Loading media/libstagefright/omx/OMX.cpp +7 −1 Original line number Original line Diff line number Diff line Loading @@ -344,7 +344,13 @@ status_t OMX::getGraphicBufferUsage( status_t OMX::storeMetaDataInBuffers( status_t OMX::storeMetaDataInBuffers( node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type) { node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type) { return findInstance(node)->storeMetaDataInBuffers(port_index, enable, type); OMXNodeInstance *instance = findInstance(node); if (instance == NULL) { android_errorWriteLog(0x534e4554, "26324358"); } return instance->storeMetaDataInBuffers(port_index, enable, type); } } status_t OMX::prepareForAdaptivePlayback( status_t OMX::prepareForAdaptivePlayback( Loading Loading
media/libstagefright/omx/OMX.cpp +7 −1 Original line number Original line Diff line number Diff line Loading @@ -344,7 +344,13 @@ status_t OMX::getGraphicBufferUsage( status_t OMX::storeMetaDataInBuffers( status_t OMX::storeMetaDataInBuffers( node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type) { node_id node, OMX_U32 port_index, OMX_BOOL enable, MetadataBufferType *type) { return findInstance(node)->storeMetaDataInBuffers(port_index, enable, type); OMXNodeInstance *instance = findInstance(node); if (instance == NULL) { android_errorWriteLog(0x534e4554, "26324358"); } return instance->storeMetaDataInBuffers(port_index, enable, type); } } status_t OMX::prepareForAdaptivePlayback( status_t OMX::prepareForAdaptivePlayback( Loading