Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp485 uint8_t *uPlane = const_cast<uint8_t *>(rView->data()[C2PlanarLayout::PLANE_U]); in process() local
503 uPlane = yPlane + yPlaneSize; in process()
504 vPlane = uPlane + yPlaneSize / 4; in process()
539 uPlane = yPlane + yPlaneSize; in process()
540 vPlane = uPlane + yPlaneSize / 4; in process()
563 vin.uChan = uPlane; in process()
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java557 Image.Plane uPlane = yuvImage.getPlanes()[1]; in convertToRGB() local
561 ByteBuffer uBuf = uPlane.getBuffer(); in convertToRGB()
570 int uRowStride = uPlane.getRowStride(); in convertToRGB()
574 int uPixStride = uPlane.getPixelStride(); in convertToRGB()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp674 uint8_t* uPlane = in setEncodeArgs() local
702 uPlane = yPlane + yPlaneSize; in setEncodeArgs()
703 vPlane = uPlane + yPlaneSize / 4; in setEncodeArgs()
739 uPlane = yPlane + yPlaneSize; in setEncodeArgs()
740 vPlane = uPlane + yPlaneSize / 4; in setEncodeArgs()
758 ps_encode_ip->apv_inp_planes[1] = uPlane; in setEncodeArgs()
780 ps_encode_ip->apv_inp_planes[1] = uPlane; in setEncodeArgs()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp1253 uint8_t *uPlane = const_cast<uint8_t *>(input->data()[C2PlanarLayout::PLANE_U]); in setEncodeArgs() local
1274 uPlane = yPlane + yPlaneSize; in setEncodeArgs()
1275 vPlane = uPlane + yPlaneSize / 4; in setEncodeArgs()
1308 uPlane = yPlane + yPlaneSize; in setEncodeArgs()
1309 vPlane = uPlane + yPlaneSize / 4; in setEncodeArgs()
1328 ps_inp_raw_buf->apv_bufs[1] = uPlane; in setEncodeArgs()
1360 ps_inp_raw_buf->apv_bufs[1] = uPlane; in setEncodeArgs()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp263 uint8_t* uPlane = img + height * width; in produceFrame() local
264 uint8_t* vPlane = uPlane + 1; in produceFrame()
270 uPlane, vPlane, chromaStep, yStride, chromaStride); in produceFrame()