Loading media/libstagefright/omx/OMXNodeInstance.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -902,6 +902,9 @@ status_t OMXNodeInstance::storeMetaDataInBuffers_l( ? kMetadataBufferTypeGrallocSource : requestedType; err = OMX_SetParameter(mHandle, index, ¶ms); } if (err == OMX_ErrorBadParameter) { err = OMX_ErrorUnsupportedIndex; } } // don't log loud error if component does not support metadata mode on the output Loading Loading
media/libstagefright/omx/OMXNodeInstance.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -902,6 +902,9 @@ status_t OMXNodeInstance::storeMetaDataInBuffers_l( ? kMetadataBufferTypeGrallocSource : requestedType; err = OMX_SetParameter(mHandle, index, ¶ms); } if (err == OMX_ErrorBadParameter) { err = OMX_ErrorUnsupportedIndex; } } // don't log loud error if component does not support metadata mode on the output Loading