Home
last modified time | relevance | path

Searched refs:YCbCrLayout (Results 1 – 25 of 25) sorted by relevance

/hardware/interfaces/camera/common/1.0/default/include/
DHandleImporter.h26 using android::hardware::graphics::mapper::V2_0::YCbCrLayout;
52 YCbCrLayout lockYCbCr(buffer_handle_t& buf, uint64_t cpuUsage,
64 YCbCrLayout lockYCbCrInternal(const sp<M> mapper, buffer_handle_t& buf, uint64_t cpuUsage,
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h29 using android::hardware::graphics::mapper::V2_0::YCbCrLayout;
147 int allocate(YCbCrLayout* out = nullptr);
148 int getLayout(YCbCrLayout* out);
149 int getCroppedLayout(const IMapper::Rect&, YCbCrLayout* out); // return non-zero for bad input
DExternalCameraDeviceSession.h281 static uint32_t getFourCcFromLayout(const YCbCrLayout&);
294 YCbCrLayout* out);
298 YCbCrLayout* out);
300 int formatConvertLocked(const YCbCrLayout& in, const YCbCrLayout& out,
304 const YCbCrLayout& inLayout, int jpegQuality,
331 YCbCrLayout mYu12FrameLayout;
332 YCbCrLayout mYu12ThumbFrameLayout;
/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
DMapper.h117 hidl_cb(Error::BAD_BUFFER, YCbCrLayout{}); in lockYCbCr()
124 hidl_cb(error, YCbCrLayout{}); in lockYCbCr()
128 YCbCrLayout layout{}; in lockYCbCr()
DMapperHal.h52 YCbCrLayout* outLayout) = 0;
/hardware/interfaces/camera/common/1.0/default/
DHandleImporter.cpp87 YCbCrLayout HandleImporter::lockYCbCrInternal(const sp<M> mapper, buffer_handle_t& buf, in lockYCbCrInternal()
91 YCbCrLayout layout = {}; in lockYCbCrInternal()
263 YCbCrLayout HandleImporter::lockYCbCr( in lockYCbCr()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp84 int AllocatedFrame::allocate(YCbCrLayout* out) { in allocate()
109 int AllocatedFrame::getLayout(YCbCrLayout* out) { in getLayout()
116 int AllocatedFrame::getCroppedLayout(const IMapper::Rect& rect, YCbCrLayout* out) { in getCroppedLayout()
DExternalCameraDeviceSession.cpp959 const YCbCrLayout& layout) { in getFourCcFromLayout()
1041 sp<AllocatedFrame>& in, const Size& outSz, YCbCrLayout* out) { in cropAndScaleLocked()
1063 YCbCrLayout croppedLayout; in cropAndScaleLocked()
1092 YCbCrLayout outLayout; in cropAndScaleLocked()
1133 sp<AllocatedFrame>& in, const Size &outSz, YCbCrLayout* out) { in cropAndScaleThumbLocked()
1220 YCbCrLayout inputLayout; in cropAndScaleThumbLocked()
1238 YCbCrLayout outFullLayout; in cropAndScaleThumbLocked()
1278 const YCbCrLayout& in, const YCbCrLayout& out, Size sz, uint32_t format) { in formatConvertLocked()
1360 const Size & inSz, const YCbCrLayout& inLayout, in encodeJpegYU12()
1681 YCbCrLayout yu12Main; in createJpegLocked()
[all …]
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
DMapperVts.h72 YCbCrLayout lockYCbCr(const native_handle_t* bufferHandle, uint64_t cpuUsage,
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp192 YCbCrLayout Gralloc::lockYCbCr(const native_handle_t* bufferHandle, uint64_t cpuUsage, in lockYCbCr()
204 YCbCrLayout layout = {}; in lockYCbCr()
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/
DMapperVts.h74 YCbCrLayout lockYCbCr(const native_handle_t* bufferHandle, uint64_t cpuUsage,
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.h311 using YCbCrLayout = android::hardware::graphics::mapper::V2_0::YCbCrLayout; member
326 using YCbCrLayout = android::hardware::graphics::mapper::V3_0::YCbCrLayout; member
/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp214 YCbCrLayout Gralloc::lockYCbCr(const native_handle_t* bufferHandle, uint64_t cpuUsage, in lockYCbCr()
226 YCbCrLayout layout = {}; in lockYCbCr()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc1Hal.h142 YCbCrLayout* outLayout) override { in lockYCbCr()
254 static bool toYCbCrLayout(const android_flex_layout& flex, YCbCrLayout* outLayout) { in toYCbCrLayout()
DGralloc0Hal.h131 YCbCrLayout* outLayout) override { in lockYCbCr()
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal58 struct YCbCrLayout {
DIMapper.hal185 * pointer directly to the buffer data, it returns an YCbCrLayout struct
217 YCbCrLayout layout);
/hardware/qcom/sdm845/display/gralloc/
DQtiMapper.h49 using ::android::hardware::graphics::mapper::V2_0::YCbCrLayout;
DQtiMapper.cpp193 YCbCrLayout layout = {}; in lockYCbCr()
352 hidl_vec<YCbCrLayout> layout; in getYuvPlaneInfo()
/hardware/interfaces/graphics/mapper/3.0/
Dtypes.hal77 struct YCbCrLayout {
DIMapper.hal239 * pointer directly to the buffer data, it returns a `YCbCrLayout` struct
271 YCbCrLayout layout);
/hardware/google/av/codec2/vndk/
DC2AllocatorGralloc.cpp68 using ::android::hardware::graphics::mapper::V2_0::YCbCrLayout;
405 YCbCrLayout ycbcrLayout; in map()
/hardware/interfaces/graphics/mapper/2.0/vts/functional/
DVtsHalGraphicsMapperV2_0TargetTest.cpp347 YCbCrLayout layout; in TEST_F()
/hardware/interfaces/graphics/mapper/3.0/vts/functional/
DVtsHalGraphicsMapperV3_0TargetTest.cpp361 YCbCrLayout layout; in TEST_F()
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp644 using YCbCrLayout = typename Gralloc::YCbCrLayout; in colorFormatConversion() typedef
648 YCbCrLayout ycbcrLayout; in colorFormatConversion()
664 const YCbCrLayout& _n1) { in colorFormatConversion()