HomeSort by relevance Sort by last modified time
    Searched refs:mColorFormat (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libstagefright/include/
SoftwareRenderer.h 44 OMX_COLOR_FORMATTYPE mColorFormat;
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 43 mColorFormat = (OMX_COLOR_FORMATTYPE)tmp;
67 switch (mColorFormat) {
87 mColorFormat, OMX_COLOR_Format16bitRGB565);
166 } else if (mColorFormat == OMX_COLOR_FormatYUV420Planar) {
195 CHECK_EQ(mColorFormat, OMX_TI_COLOR_FormatYUV420PackedSemiPlanar);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 52 private int mColorFormat = COLOR_FORMAT_UNSET;
85 if (mColorFormat == -1) {
86 mColorFormat = codec.getOutputFormat().getInteger(MediaFormat.KEY_COLOR_FORMAT);
117 convertImage(mDecodedBuffer, outBytes, mColorFormat, mWidth, mHeight);
123 convertImage(mDecodedBuffer, mUnrotatedBytes, mColorFormat, mWidth, mHeight);
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 153 OMX_COLOR_FORMATTYPE mColorFormat;
SoftVPXEncoder.cpp 149 mColorFormat(OMX_COLOR_FormatYUV420Planar),
193 inputPort.format.video.eColorFormat = mColorFormat;
301 if (mColorFormat == OMX_COLOR_FormatYUV420SemiPlanar || mInputDataIsMeta) {
620 mColorFormat = format->eColorFormat;
623 def->format.video.eColorFormat = mColorFormat;
670 mColorFormat = port->format.video.eColorFormat;
679 def->format.video.eColorFormat = mColorFormat;
783 } else if (mColorFormat == OMX_COLOR_FormatYUV420SemiPlanar) {
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 59 mColorFormat(colorFormat),
69 meta->setInt32(kKeyColorFormat, mColorFormat);
121 int mColorFormat;
record.cpp 48 mColorFormat(colorFormat),
62 meta->setInt32(kKeyColorFormat, mColorFormat);
109 int mColorFormat;
  /frameworks/av/include/media/stagefright/
CameraSource.h 151 int32_t mColorFormat;
  /frameworks/av/media/libstagefright/
CameraSource.cpp 281 mColorFormat = getColorFormat(params.get(
283 if (mColorFormat == -1) {
560 mMeta->setInt32(kKeyColorFormat, mColorFormat);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 497 cap->mColorFormat = pixFormat;
502 CAMHAL_LOGVB("Prev: cap.mColorFormat = %d", (int)cap->mColorFormat);
510 cap->mColorFormat = pixFormat;
515 CAMHAL_LOGVB("Video: cap.mColorFormat = %d", (int)cap->mColorFormat);
796 portCheck.format.video.eColorFormat = portParams.mColorFormat;
818 if ( OMX_COLOR_FormatUnused == portParams.mColorFormat && mCodingMode == CodingNone )
823 else if ( OMX_COLOR_FormatUnused == portParams.mColorFormat && mCodingMode == CodingJPS )
828 else if ( OMX_COLOR_FormatUnused == portParams.mColorFormat && mCodingMode == CodingMPO
    [all...]
OMXCapture.cpp 119 if ( pixFormat != cap->mColorFormat )
122 cap->mColorFormat = pixFormat;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 324 OMX_COLOR_FORMATTYPE mColorFormat;
    [all...]

Completed in 532 milliseconds