/frameworks/av/libvideoeditor/lvpp/ |
DummyVideoSource.cpp | 109 meta->setInt32(kKeyColorFormat, OMX_COLOR_FormatYUV420Planar);
|
/frameworks/av/cmds/stagefright/ |
recordvideo.cpp | 69 meta->setInt32(kKeyColorFormat, mColorFormat); 285 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 | 69 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 | 237 meta->setInt32(kKeyColorFormat, OMX_COLOR_FormatAndroidOpaque);
|
CameraSource.cpp | 560 mMeta->setInt32(kKeyColorFormat, mColorFormat);
|
OMXCodec.cpp | 734 if (meta->findInt32(kKeyColorFormat, &targetColorFormat)) { [all...] |
MediaCodec.cpp | 756 meta->setInt32(kKeyColorFormat, colorFormat); [all...] |
AwesomePlayer.cpp | [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...] |