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

  /frameworks/av/media/libstagefright/include/
SoftwareRenderer.h 44 OMX_COLOR_FORMATTYPE mColorFormat;
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 153 OMX_COLOR_FORMATTYPE mColorFormat;
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 59 mColorFormat(colorFormat),
69 meta->setInt32(kKeyColorFormat, mColorFormat);
121 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 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);
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 324 OMX_COLOR_FORMATTYPE mColorFormat;
    [all...]

Completed in 503 milliseconds