Home
last modified time | relevance | path

Searched refs:vPlane (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java558 Image.Plane vPlane = yuvImage.getPlanes()[2]; in convertToRGB() local
562 ByteBuffer vBuf = vPlane.getBuffer(); in convertToRGB()
569 int vRowStride = vPlane.getRowStride(); in convertToRGB()
573 int vPixStride = vPlane.getPixelStride(); in convertToRGB()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp486 uint8_t *vPlane = const_cast<uint8_t *>(rView->data()[C2PlanarLayout::PLANE_V]); in process() local
504 vPlane = uPlane + yPlaneSize / 4; in process()
540 vPlane = uPlane + yPlaneSize / 4; in process()
564 vin.vChan = vPlane; in process()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp676 uint8_t* vPlane = in setEncodeArgs() local
703 vPlane = uPlane + yPlaneSize / 4; in setEncodeArgs()
740 vPlane = uPlane + yPlaneSize / 4; in setEncodeArgs()
759 ps_encode_ip->apv_inp_planes[2] = vPlane; in setEncodeArgs()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp264 uint8_t* vPlane = uPlane + 1; in produceFrame() local
270 uPlane, vPlane, chromaStep, yStride, chromaStride); in produceFrame()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp1254 uint8_t *vPlane = const_cast<uint8_t *>(input->data()[C2PlanarLayout::PLANE_V]); in setEncodeArgs() local
1275 vPlane = uPlane + yPlaneSize / 4; in setEncodeArgs()
1309 vPlane = uPlane + yPlaneSize / 4; in setEncodeArgs()
1329 ps_inp_raw_buf->apv_bufs[2] = vPlane; in setEncodeArgs()