Searched refs:mColorFormat (Results 1 - 9 of 9) sorted by relevance
/frameworks/av/media/libstagefright/colorconversion/ |
H A D | SoftwareRenderer.cpp | 42 : mColorFormat(OMX_COLOR_FormatUnused), 79 if (static_cast<int32_t>(mColorFormat) == colorFormatNew && 90 mColorFormat = static_cast<OMX_COLOR_FORMATTYPE>(colorFormatNew); 104 switch (mColorFormat) { 124 mColorFormat, OMX_COLOR_Format16bitRGB565); 211 } else if (mColorFormat == OMX_COLOR_FormatYUV420Planar) { 240 CHECK_EQ(mColorFormat, OMX_TI_COLOR_FormatYUV420PackedSemiPlanar);
|
/frameworks/av/media/libstagefright/include/ |
H A D | SoftwareRenderer.h | 44 OMX_COLOR_FORMATTYPE mColorFormat; member in class:android::SoftwareRenderer
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
H A D | CpuVideoTrackDecoder.java | 53 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 D | recordvideo.cpp | 60 mColorFormat(colorFormat), 70 meta->setInt32(kKeyColorFormat, mColorFormat); 126 int mColorFormat; member in class:DummySource
|
H A D | record.cpp | 48 mColorFormat(colorFormat), 62 meta->setInt32(kKeyColorFormat, mColorFormat); 109 int mColorFormat;
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
H A D | SoftVPXEncoder.h | 186 OMX_COLOR_FORMATTYPE mColorFormat; member in struct:android::SoftVPXEncoder
|
H A D | SoftVPXEncoder.cpp | 69 mColorFormat(OMX_COLOR_FormatYUV420Planar), 121 inputPort.format.video.eColorFormat = mColorFormat; 370 if (mColorFormat != OMX_COLOR_FormatYUV420Planar || mInputDataIsMeta) { 752 mColorFormat = format->eColorFormat; 755 def->format.video.eColorFormat = mColorFormat; 800 mColorFormat = port->format.video.eColorFormat; 809 def->format.video.eColorFormat = mColorFormat; 970 } else if (mColorFormat == OMX_COLOR_FormatYUV420SemiPlanar) {
|
/frameworks/av/media/libstagefright/ |
H A D | CameraSource.cpp | 292 mColorFormat = getColorFormat(params.get( 294 if (mColorFormat == -1) { 571 mMeta->setInt32(kKeyColorFormat, mColorFormat);
|
/frameworks/av/include/media/stagefright/ |
H A D | CameraSource.h | 151 int32_t mColorFormat; member in class:android::CameraSource
|
Completed in 219 milliseconds