HomeSort by relevance Sort by last modified time
    Searched refs:kKeyIsCodecConfig (Results 1 - 10 of 10) sorted by null

  /frameworks/base/include/media/stagefright/
MetaData.h 56 kKeyIsCodecConfig = 'conf', // int32_t (bool)
  /frameworks/base/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 234 buffer->meta_data()->setInt32(kKeyIsCodecConfig, true);
239 buffer->meta_data()->setInt32(kKeyIsCodecConfig, false);
  /frameworks/base/media/libstagefright/
AACWriter.cpp 324 if (buffer->meta_data()->findInt32(kKeyIsCodecConfig, &isCodecSpecific) && isCodecSpecific) {
MPEG4Writer.cpp     [all...]
OMXCodec.cpp     [all...]
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp 463 VIDEOEDITOR_CHECK(buffer->meta_data()->findInt32(kKeyIsCodecConfig,
563 if( buffer->meta_data()->findInt32(kKeyIsCodecConfig, &i32Tmp) && i32Tmp ) {
VideoEditorUtils.cpp 105 if (meta->findInt32(kKeyIsCodecConfig, &int32Data)) {
106 LOG1("displayMetaData kKeyIsCodecConfig %d", int32Data);
VideoEditorVideoEncoder.cpp 549 kKeyIsCodecConfig, &isCodecConfig) && isCodecConfig, M4ERR_STATE);
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/
M4vH263Encoder.cpp 393 outputBuffer->meta_data()->setInt32(kKeyIsCodecConfig, 1);
  /frameworks/base/media/libstagefright/codecs/avc/enc/
AVCEncoder.cpp 459 outputBuffer->meta_data()->setInt32(kKeyIsCodecConfig, 1);

Completed in 26 milliseconds