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

/frameworks/base/media/libstagefright/
H A DVideoSourceDownSampler.cpp72 int32_t srcFormat; local
73 CHECK(mMeta->findInt32(kKeyColorFormat, &srcFormat));
75 if (srcFormat == OMX_COLOR_FormatYUV420SemiPlanar) {
77 } else if (srcFormat == OMX_COLOR_FormatYUV420Planar) {
H A DStagefrightMetadataRetriever.cpp245 int32_t srcFormat; local
246 CHECK(meta->findInt32(kKeyColorFormat, &srcFormat));
249 (OMX_COLOR_FORMATTYPE)srcFormat, OMX_COLOR_Format16bitRGB565);
/frameworks/base/media/libstagefright/codecs/amrnb/enc/
H A DAMRNBEncoder.cpp131 sp<MetaData> srcFormat = mSource->getFormat(); local
136 if (srcFormat->findInt64(kKeyDuration, &durationUs)) {
/frameworks/base/media/libstagefright/codecs/amrwbenc/
H A DAMRWBEncoder.cpp182 sp<MetaData> srcFormat = mSource->getFormat(); local
187 if (srcFormat->findInt64(kKeyDuration, &durationUs)) {
/frameworks/base/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp201 sp<MetaData> srcFormat = mSource->getFormat(); local
206 if (srcFormat->findInt64(kKeyDuration, &durationUs)) {

Completed in 395 milliseconds