Home
last modified time | relevance | path

Searched defs:uPlane (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/codec2/sfplugin/tests/
H A DCCodecBuffers_test.cpp191 const C2PlaneInfo& uPlane = layout.planes[C2PlanarLayout::PLANE_U]; in TEST() local
257 const MediaImage2::PlaneInfo &uPlane = img->mPlane[MediaImage2::U]; in TEST() local
328 const C2PlaneInfo& uPlane = layout.planes[C2PlanarLayout::PLANE_U]; in TEST() local
397 const MediaImage2::PlaneInfo &uPlane = img->mPlane[MediaImage2::U]; in TEST() local
/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp499 uint8_t *uPlane = const_cast<uint8_t *>(rView->data()[C2PlanarLayout::PLANE_U]); in process() local
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java557 Image.Plane uPlane = yuvImage.getPlanes()[1]; in convertToRGB() local
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCodec2Buffer.cpp264 C2PlaneInfo uPlane = layout.planes[C2PlanarLayout::PLANE_U]; in GraphicView2MediaImageConverter() local
/aosp12/frameworks/av/media/codec2/components/hevc/
H A DC2SoftHevcEnc.cpp768 uint8_t* uPlane = in setEncodeArgs() local
/aosp12/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
H A DVtsHalMediaC2V1_0TargetVideoDecTest.cpp200 uint8_t* uPlane = const_cast<uint8_t*>(output.data()[C2PlanarLayout::PLANE_U]); in compareMd5Chksm() local
/aosp12/frameworks/av/media/codec2/components/avc/
H A DC2SoftAvcEnc.cpp1493 uint8_t *uPlane = const_cast<uint8_t *>(input->data()[C2PlanarLayout::PLANE_U]); in setEncodeArgs() local