Searched refs:mColorFormat (Results 1 - 12 of 12) 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) {
125 mColorFormat, OMX_COLOR_Format16bitRGB565);
212 } else if (mColorFormat == OMX_COLOR_FormatYUV420Planar) {
240 } else if (mColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
241 || mColorFormat == OMX_COLOR_FormatYUV420SemiPlanar) {
275 LOG_ALWAYS_FATAL("bad color format %#x", mColorFormat);
/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h44 OMX_COLOR_FORMATTYPE mColorFormat; member in class:android::SoftwareRenderer
H A DSoftVideoEncoderOMXComponent.h81 OMX_COLOR_FORMATTYPE mColorFormat; // Color format for the input port member in struct:android::SoftVideoEncoderOMXComponent
/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/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp71 mColorFormat(OMX_COLOR_FormatYUV420Planar),
111 def.format.video.eColorFormat = mColorFormat;
154 inDef->format.video.eColorFormat = mColorFormat;
187 mColorFormat = port->format.video.eColorFormat;
248 mColorFormat = format->eColorFormat;
281 mColorFormat = OMX_COLOR_FormatAndroidOpaque;
282 } else if (mColorFormat == OMX_COLOR_FormatAndroidOpaque) {
283 mColorFormat = OMX_COLOR_FormatYUV420Planar;
/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/
H A DCameraSource.cpp293 mColorFormat = getColorFormat(params.get(
295 if (mColorFormat == -1) {
572 mMeta->setInt32(kKeyColorFormat, mColorFormat);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp137 if (mColorFormat != OMX_COLOR_FormatYUV420Planar || mInputDataIsMeta) {
436 if (mColorFormat != OMX_COLOR_FormatYUV420Planar) {
/frameworks/av/include/media/stagefright/
H A DCameraSource.h151 int32_t mColorFormat; member in class:android::CameraSource
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp244 if (mColorFormat != OMX_COLOR_FormatYUV420Planar || mInputDataIsMeta) {
585 if (mColorFormat != OMX_COLOR_FormatYUV420Planar) {
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp316 if (mColorFormat != OMX_COLOR_FormatYUV420Planar || mInputDataIsMeta) {
691 } else if (mColorFormat == OMX_COLOR_FormatYUV420SemiPlanar) {

Completed in 120 milliseconds