Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp484 uint8_t *yPlane = const_cast<uint8_t *>(rView->data()[C2PlanarLayout::PLANE_Y]); in process() local
502 yPlane = conversionBuffer.data(); in process()
503 uPlane = yPlane + yPlaneSize; in process()
507 ConvertRGBToPlanarYUV(yPlane, yStride, height, conversionBuffer.size(), *rView.get()); in process()
538 yPlane = conversionBuffer.data(); in process()
539 uPlane = yPlane + yPlaneSize; in process()
557 CHECK(NULL != yPlane); in process()
562 vin.yChan = yPlane; in process()
598 mConversionBuffersInUse.erase(yPlane); in process()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp71 static void rgbToYuv420(uint8_t* rgbBuf, size_t width, size_t height, uint8_t* yPlane, in rgbToYuv420() argument
78 uint8_t* y = yPlane; in rgbToYuv420()
94 yPlane += yStride; in rgbToYuv420()
262 uint8_t* yPlane = img; in produceFrame() local
269 rgbToYuv420(pixelBuffer, width, height, yPlane, in produceFrame()
301 uint8_t* yPlane = img; in produceFrame() local
305 rgbToYuv420(pixelBuffer, width, height, yPlane, in produceFrame()
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java556 Image.Plane yPlane = yuvImage.getPlanes()[0]; in convertToRGB() local
560 ByteBuffer yBuf = yPlane.getBuffer(); in convertToRGB()
568 int yRowStride = yPlane.getRowStride(); in convertToRGB()
572 int yPixStride = yPlane.getPixelStride(); in convertToRGB()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp672 uint8_t* yPlane = in setEncodeArgs() local
701 yPlane = conversionBuffer.data(); in setEncodeArgs()
702 uPlane = yPlane + yPlaneSize; in setEncodeArgs()
706 ConvertRGBToPlanarYUV(yPlane, yStride, height, in setEncodeArgs()
738 yPlane = conversionBuffer.data(); in setEncodeArgs()
739 uPlane = yPlane + yPlaneSize; in setEncodeArgs()
757 ps_encode_ip->apv_inp_planes[0] = yPlane; in setEncodeArgs()
779 ps_encode_ip->apv_inp_planes[0] = yPlane; in setEncodeArgs()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp1252 uint8_t *yPlane = const_cast<uint8_t *>(input->data()[C2PlanarLayout::PLANE_Y]); in setEncodeArgs() local
1273 yPlane = conversionBuffer.data(); in setEncodeArgs()
1274 uPlane = yPlane + yPlaneSize; in setEncodeArgs()
1278 ConvertRGBToPlanarYUV(yPlane, yStride, height, conversionBuffer.size(), *input); in setEncodeArgs()
1307 yPlane = conversionBuffer.data(); in setEncodeArgs()
1308 uPlane = yPlane + yPlaneSize; in setEncodeArgs()
1327 ps_inp_raw_buf->apv_bufs[0] = yPlane; in setEncodeArgs()
1359 ps_inp_raw_buf->apv_bufs[0] = yPlane; in setEncodeArgs()