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

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp43 : mColorFormat(OMX_COLOR_FormatUnused),
81 if (static_cast<int32_t>(mColorFormat) == colorFormatNew &&
92 mColorFormat = static_cast<OMX_COLOR_FORMATTYPE>(colorFormatNew);
110 switch (mColorFormat) {
144 mColorFormat, OMX_COLOR_Format16bitRGB565);
244 } else if (mColorFormat == OMX_COLOR_FormatYUV420Planar) {
276 } else if (mColorFormat == OMX_TI_COLOR_FormatYUV420PackedSemiPlanar
277 || mColorFormat == OMX_COLOR_FormatYUV420SemiPlanar) {
311 } else if (mColorFormat == OMX_COLOR_Format24bitRGB888) {
323 } else if (mColorFormat
[all...]
/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/include/
H A DSoftwareRenderer.h49 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/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp72 mColorFormat(OMX_COLOR_FormatYUV420Planar),
111 def.format.video.eColorFormat = mColorFormat;
154 inDef->format.video.eColorFormat = mColorFormat;
192 mColorFormat = port->format.video.eColorFormat;
261 mColorFormat = format->eColorFormat;
298 mColorFormat = OMX_COLOR_FormatAndroidOpaque;
299 } else if (mColorFormat == OMX_COLOR_FormatAndroidOpaque) {
300 mColorFormat = OMX_COLOR_FormatYUV420Planar;
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp67 mColorFormat(colorFormat),
77 meta->setInt32(kKeyColorFormat, mColorFormat);
133 int mColorFormat; member in class:DummySource
H A Drecord.cpp50 mColorFormat(colorFormat),
64 meta->setInt32(kKeyColorFormat, mColorFormat);
111 int mColorFormat;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp141 if (mColorFormat != OMX_COLOR_FormatYUV420Planar || mInputDataIsMeta) {
462 if (mColorFormat != OMX_COLOR_FormatYUV420Planar) {
/frameworks/av/include/media/stagefright/
H A DCameraSource.h187 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) {
602 if (mColorFormat != OMX_COLOR_FormatYUV420Planar) {
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp321 if (mColorFormat != OMX_COLOR_FormatYUV420Planar || mInputDataIsMeta) {
757 if (mColorFormat == OMX_COLOR_FormatYUV420SemiPlanar) {
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp308 mColorFormat = getColorFormat(params.get(
310 if (mColorFormat == -1) {
674 mMeta->setInt32(kKeyColorFormat, mColorFormat);
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp661 switch (mColorFormat) {

Completed in 697 milliseconds