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

  /frameworks/av/libvideoeditor/lvpp/
DummyVideoSource.cpp 109 meta->setInt32(kKeyColorFormat, OMX_COLOR_FormatYUV420Planar);
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 69 meta->setInt32(kKeyColorFormat, mColorFormat);
279 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 67 kKeyColorFormat = 'colf',
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 42 CHECK(meta->findInt32(kKeyColorFormat, &tmp));
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 152 format->setInt32(kKeyColorFormat, OMX_COLOR_FormatYUV420Planar);
284 CHECK(meta->findInt32(kKeyColorFormat, &srcFormat));
SurfaceMediaSource.cpp 240 meta->setInt32(kKeyColorFormat, OMX_COLOR_FormatAndroidOpaque);
CameraSource.cpp 549 mMeta->setInt32(kKeyColorFormat, mColorFormat);
OMXCodec.cpp 728 if (meta->findInt32(kKeyColorFormat, &targetColorFormat)) {
    [all...]
MediaCodec.cpp 641 meta->setInt32(kKeyColorFormat, colorFormat);
    [all...]
AwesomePlayer.cpp 1085 CHECK(meta->findInt32(kKeyColorFormat, &format));
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 114 if (meta->findInt32(kKeyColorFormat, &int32Data)) {
115 LOG1("displayMetaData kKeyColorFormat %d", int32Data);
VideoEditorVideoDecoder.cpp     [all...]
VideoEditorVideoEncoder.cpp 691 encoderMetadata->setInt32(kKeyColorFormat,
    [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]

Completed in 72 milliseconds