Searched refs:mColorFormat (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp42 : 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 DSoftwareRenderer.h44 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.cpp60 mColorFormat(colorFormat),
70 meta->setInt32(kKeyColorFormat, mColorFormat);
126 int mColorFormat; member in class:DummySource
H A Drecord.cpp48 mColorFormat(colorFormat),
62 meta->setInt32(kKeyColorFormat, mColorFormat);
109 int mColorFormat;
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.h186 OMX_COLOR_FORMATTYPE mColorFormat; member in struct:android::SoftVPXEncoder
H A DSoftVPXEncoder.cpp69 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 DCameraSource.cpp292 mColorFormat = getColorFormat(params.get(
294 if (mColorFormat == -1) {
571 mMeta->setInt32(kKeyColorFormat, mColorFormat);
/frameworks/av/include/media/stagefright/
H A DCameraSource.h151 int32_t mColorFormat; member in class:android::CameraSource

Completed in 197 milliseconds