Searched defs:mColorFormat (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DSoftVideoEncoderOMXComponent.h81 OMX_COLOR_FORMATTYPE mColorFormat; // Color format for the input port member in struct:android::SoftVideoEncoderOMXComponent
H A DSoftwareRenderer.h49 OMX_COLOR_FORMATTYPE mColorFormat; member in class:android::SoftwareRenderer
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DCpuVideoTrackDecoder.java53 private int mColorFormat = COLOR_FORMAT_UNSET; field in class:CpuVideoTrackDecoder
86 if (mColorFormat == -1) {
87 mColorFormat = codec.getOutputFormat().getInteger(MediaFormat.KEY_COLOR_FORMAT);
118 convertImage(mDecodedBuffer, outBytes, mColorFormat, mWidth, mHeight);
124 convertImage(mDecodedBuffer, mUnrotatedBytes, mColorFormat, mWidth, mHeight);
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp67 mColorFormat(colorFormat),
77 meta->setInt32(kKeyColorFormat, mColorFormat);
133 int mColorFormat; member in class:DummySource
/frameworks/av/include/media/stagefright/
H A DCameraSource.h187 int32_t mColorFormat; member in class:android::CameraSource

Completed in 139 milliseconds