Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/sfplugin/tests/
DCCodecBuffers_test.cpp192 const C2PlaneInfo& vPlane = layout.planes[C2PlanarLayout::PLANE_V]; in TEST() local
258 const MediaImage2::PlaneInfo &vPlane = img->mPlane[MediaImage2::V]; in TEST() local
329 const C2PlaneInfo& vPlane = layout.planes[C2PlanarLayout::PLANE_V]; in TEST() local
398 const MediaImage2::PlaneInfo &vPlane = img->mPlane[MediaImage2::V]; in TEST() local
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp588 uint8_t *vPlane = const_cast<uint8_t *>(rView->data()[C2PlanarLayout::PLANE_V]); in process() local
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp226 const MediaImage2::PlaneInfo &vPlane = in Image() local
303 const MediaImage2::PlaneInfo &vPlane = mImage.mPlane[MediaImage2::PlaneIndex::V]; in getYUVPlaneOffsetAndStride() local
318 const MediaImage2::PlaneInfo &vPlane = mImage.mPlane[MediaImage2::PlaneIndex::V]; in isNV21() local
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java558 Image.Plane vPlane = yuvImage.getPlanes()[2]; in convertToRGB() local
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp876 uint8_t* vPlane = in setEncodeArgs() local
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp307 C2PlaneInfo vPlane = layout.planes[C2PlanarLayout::PLANE_V]; in GraphicView2MediaImageConverter() local
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp201 uint8_t* vPlane = const_cast<uint8_t*>(output.data()[C2PlanarLayout::PLANE_V]); in compareMd5Chksm() local
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp1498 uint8_t *vPlane = const_cast<uint8_t *>(input->data()[C2PlanarLayout::PLANE_V]); in setEncodeArgs() local