Home
last modified time | relevance | path

Searched refs:isMonochrome (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h37 bool isMonochrome = false);
50 bool isMonochrome = false);
56 bool isMonochrome = false);
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp42 bool isMonochrome) { in convertYUV420Planar8ToYV12() argument
49 if (isMonochrome) { in convertYUV420Planar8ToYV12()
350 bool isMonochrome) { in convertYUV420Planar16ToYV12() argument
359 if (isMonochrome) { in convertYUV420Planar16ToYV12()
386 bool isMonochrome) { in convertYUV420Planar16ToP010() argument
395 if (isMonochrome) { in convertYUV420Planar16ToP010()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp644 const bool isMonochrome = in outputBuffer() local
738 dstUVStride / 2, mWidth, mHeight, isMonochrome); in outputBuffer()
742 mHeight, isMonochrome); in outputBuffer()
749 srcVStride, dstYStride, dstUVStride, mWidth, mHeight, isMonochrome); in outputBuffer()
/frameworks/av/services/camera/libcameraservice/device3/hidl/
DHidlCamera3Device.cpp293 bool isMonochrome = false; in initialize() local
297 isMonochrome = true; in initialize()
300 mNeedFixupMonochromeTags = (isMonochrome && deviceVersion < CAMERA_DEVICE_API_VERSION_3_5); in initialize()