Searched refs:uPlane (Results 1 – 5 of 5) sorted by relevance
485 uint8_t *uPlane = const_cast<uint8_t *>(rView->data()[C2PlanarLayout::PLANE_U]); in process() local503 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()
557 Image.Plane uPlane = yuvImage.getPlanes()[1]; in convertToRGB() local561 ByteBuffer uBuf = uPlane.getBuffer(); in convertToRGB()570 int uRowStride = uPlane.getRowStride(); in convertToRGB()574 int uPixStride = uPlane.getPixelStride(); in convertToRGB()
674 uint8_t* uPlane = in setEncodeArgs() local702 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()
1253 uint8_t *uPlane = const_cast<uint8_t *>(input->data()[C2PlanarLayout::PLANE_U]); in setEncodeArgs() local1274 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()
263 uint8_t* uPlane = img + height * width; in produceFrame() local264 uint8_t* vPlane = uPlane + 1; in produceFrame()270 uPlane, vPlane, chromaStep, yStride, chromaStride); in produceFrame()