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

/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp283 int32_t srcFormat; local
284 CHECK(meta->findInt32(kKeyColorFormat, &srcFormat));
287 (OMX_COLOR_FORMATTYPE)srcFormat, OMX_COLOR_Format16bitRGB565);
301 srcFormat);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp201 sp<MetaData> srcFormat = mSource->getFormat(); local
206 if (srcFormat->findInt64(kKeyDuration, &durationUs)) {

Completed in 41 milliseconds