Home
last modified time | relevance | path

Searched defs:yPlane (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DCCodecBuffers_test.cpp190 const C2PlaneInfo& yPlane = layout.planes[C2PlanarLayout::PLANE_Y]; in TEST() local
256 const MediaImage2::PlaneInfo &yPlane = img->mPlane[MediaImage2::Y]; in TEST() local
327 const C2PlaneInfo& yPlane = layout.planes[C2PlanarLayout::PLANE_Y]; in TEST() local
396 const MediaImage2::PlaneInfo &yPlane = img->mPlane[MediaImage2::Y]; in TEST() local
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp498 uint8_t *yPlane = const_cast<uint8_t *>(rView->data()[C2PlanarLayout::PLANE_Y]); in process() local
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java556 Image.Plane yPlane = yuvImage.getPlanes()[0]; in convertToRGB() local
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCodec2Buffer.cpp263 C2PlaneInfo yPlane = layout.planes[C2PlanarLayout::PLANE_Y]; in GraphicView2MediaImageConverter() local
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcEnc.cpp766 uint8_t* yPlane = in setEncodeArgs() local
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp199 uint8_t* yPlane = const_cast<uint8_t*>(output.data()[C2PlanarLayout::PLANE_Y]); in compareMd5Chksm() local
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcEnc.cpp1492 uint8_t *yPlane = const_cast<uint8_t *>(input->data()[C2PlanarLayout::PLANE_Y]); in setEncodeArgs() local
/aosp12/hardware/interfaces/graphics/mapper/4.0/vts/functional/
H A DVtsHalGraphicsMapperV4_0TargetTest.cpp685 auto yPlane = planeLayouts[0]; in TEST_P() local