Home
last modified time | relevance | path

Searched defs:planes (Results 1 – 12 of 12) sorted by relevance

/hardware/google/camera/common/lib_depth_generator/
Ddepth_types.h58 std::vector<BufferPlane> planes; member
/hardware/libhardware/modules/camera/3_4/arc/
Djpeg_compressor.cpp148 JSAMPARRAY planes[3]{y, cb, cr}; in Compress() local
/hardware/google/camera/devices/EmulatedCamera/hwl/
DJpegCompressor.cpp551 JSAMPARRAY planes[3]{&y_lines[cinfo->next_scanline], in CompressYUV420Frame() local
DEmulatedSensor.h438 YCbCrPlanes planes; member
/hardware/google/aemu/host-common/
DMediaVideoToolBoxVideoHelper.cpp631 int planes = CVPixelBufferGetPlaneCount(mDecodedFrame); in copyFrameToCPU() local
DMediaH264DecoderVideoToolBox.cpp508 int planes = CVPixelBufferGetPlaneCount(mDecodedFrame); in copyFrame() local
/hardware/google/gfxstream/common/detector/
DImage.cpp56 uint32_t planes = ReadUint16AtByte(26); in LoadRGBAFromBitmapFile() local
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.h395 std::vector<Gralloc::LockedPlane> planes; in LockPlanes() local
DGfxstreamEnd2EndTests.cpp673 std::vector<Gralloc::LockedPlane> planes = GFXSTREAM_EXPECT(ahb.LockPlanes()); in FillAhb() local
/hardware/interfaces/camera/device/default/
DExternalCameraUtils.cpp713 JSAMPARRAY planes[3]{&yLines[nl], &cbLines[nl / cVSubSampling], in encodeJpegYU12() local
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp569 JSAMPARRAY planes[3]{ &yLines[nl], in encodeJpegYU12() local
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dwuffs-v0.3.c4721 wuffs_base__table_u8 planes[WUFFS_BASE__PIXEL_FORMAT__NUM_PLANES_MAX]; member