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

  /frameworks/av/cmds/stagefright/
recordvideo.cpp 74 meta->setInt32(kKeyColorFormat, mColorFormat);
294 enc_meta->setInt32(kKeyColorFormat, colorFormat);
record.cpp 62 meta->setInt32(kKeyColorFormat, mColorFormat);
224 enc_meta->setInt32(kKeyColorFormat, colorFormat);
  /frameworks/av/include/media/stagefright/
MetaData.h 74 kKeyColorFormat = 'colf', // int32_t
  /frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp 244 meta->setInt32(kKeyColorFormat, OMX_COLOR_FormatAndroidOpaque);
Utils.cpp 131 if (meta->findInt32(kKeyColorFormat, &colorFormat)) {
587 meta->setInt32(kKeyColorFormat, colorFormat);
OMXCodec.cpp 839 if (meta->findInt32(kKeyColorFormat, &targetColorFormat)) {
    [all...]
CameraSource.cpp 572 mMeta->setInt32(kKeyColorFormat, mColorFormat);
AwesomePlayer.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]

Completed in 447 milliseconds