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

  /frameworks/av/media/libstagefright/include/
SoftVideoEncoderOMXComponent.h 81 OMX_COLOR_FORMATTYPE mColorFormat; // Color format for the input port
SoftwareRenderer.h 44 OMX_COLOR_FORMATTYPE mColorFormat;
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 60 mColorFormat(colorFormat),
70 meta->setInt32(kKeyColorFormat, mColorFormat);
126 int mColorFormat;
  /frameworks/av/include/media/stagefright/
CameraSource.h 151 int32_t mColorFormat;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 53 private int mColorFormat = COLOR_FORMAT_UNSET;
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);
  /hardware/intel/common/utils/ISV/include/
isv_bufmanager.h 85 mColorFormat(colorFormat),
102 mColorFormat(0),
133 uint32_t mColorFormat;
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 344 OMX_COLOR_FORMATTYPE mColorFormat;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 324 OMX_COLOR_FORMATTYPE mColorFormat;
    [all...]

Completed in 387 milliseconds