Searched refs:kKeyIsCodecConfig (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DMetaData.h70 kKeyIsCodecConfig = 'conf', // int32_t (bool) enumerator in enum:android::__anon81
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp232 buffer->meta_data()->setInt32(kKeyIsCodecConfig, true);
237 buffer->meta_data()->setInt32(kKeyIsCodecConfig, false);
/frameworks/av/media/libstagefright/
H A DAACWriter.cpp319 if (buffer->meta_data()->findInt32(kKeyIsCodecConfig, &isCodecSpecific) && isCodecSpecific) {
H A DMediaCodecSource.cpp865 mbuf->meta_data()->setInt32(kKeyIsCodecConfig, true);
H A DMPEG4Writer.cpp2340 if (buffer->meta_data()->findInt32(kKeyIsCodecConfig, &isCodecConfig)

Completed in 1943 milliseconds