Home
last modified time | relevance | path

Searched refs:CopyPlane (Results 1 – 25 of 36) sorted by relevance

12

/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dlibyuv_frame_buffer_utils.cc102 libyuv::CopyPlane(yuv_data.y_buffer, yuv_data.y_row_stride, in ConvertFromNv12()
116 libyuv::CopyPlane(yuv_data.y_buffer, yuv_data.y_row_stride, in ConvertFromNv12()
189 libyuv::CopyPlane(yuv_data.y_buffer, yuv_data.y_row_stride, in ConvertFromNv21()
203 libyuv::CopyPlane(yuv_data.y_buffer, yuv_data.y_row_stride, in ConvertFromNv21()
291 libyuv::CopyPlane(yuv_data.y_buffer, yuv_data.y_row_stride, in ConvertFromYv()
305 libyuv::CopyPlane(yuv_data.y_buffer, yuv_data.y_row_stride, in ConvertFromYv()
309 libyuv::CopyPlane(yuv_data.u_buffer, yuv_data.uv_row_stride, in ConvertFromYv()
313 libyuv::CopyPlane(yuv_data.v_buffer, yuv_data.uv_row_stride, in ConvertFromYv()
869 libyuv::CopyPlane(buffer.plane(0).buffer, in FlipPlaneVertically()
897 libyuv::CopyPlane(buffer.plane(0).buffer + adjusted_offset, in CropPlane()
[all …]
/external/webrtc/modules/video_processing/
Dvideo_denoiser.cc211 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
218 libyuv::CopyPlane(margin_y_src, stride_src, margin_y_dst, stride_dst, in CopyLumaOnMargin()
334 libyuv::CopyPlane(frame->DataU(), frame->StrideU(), dst->MutableDataU(), in DenoiseFrame()
336 libyuv::CopyPlane(frame->DataV(), frame->StrideV(), dst->MutableDataV(), in DenoiseFrame()
/external/webrtc/api/video/
Di420_buffer.cc246 libyuv::CopyPlane(picture.DataY(), picture.StrideY(), in PasteFrom()
250 libyuv::CopyPlane( in PasteFrom()
255 libyuv::CopyPlane( in PasteFrom()
/external/openscreen/cast/standalone_sender/
Dstreaming_vp8_encoder.cc448 void CopyPlane(const uint8_t* src, in CopyPlane() function
480 CopyPlane(frame.yuv_planes[0], frame.yuv_strides[0], frame.height, in CloneAsVpxImage()
482 CopyPlane(frame.yuv_planes[1], frame.yuv_strides[1], (frame.height + 1) / 2, in CloneAsVpxImage()
484 CopyPlane(frame.yuv_planes[2], frame.yuv_strides[2], (frame.height + 1) / 2, in CloneAsVpxImage()
/external/libyuv/files/source/
Drotate.cc399 CopyPlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane()
519 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I444Rotate()
520 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Rotate()
521 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height); in I444Rotate()
Dmjpeg_decoder.cc295 CopyPlane(databuf_[i] + data_to_skip, GetComponentStride(i), planes[i], in DecodeToBuffers()
313 CopyPlane(databuf_[i], GetComponentStride(i), planes[i], in DecodeToBuffers()
328 CopyPlane(databuf_[i], GetComponentStride(i), planes[i], in DecodeToBuffers()
Dconvert.cc101 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Copy()
104 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy()
105 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Copy()
381 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, halfwidth, height); in I422ToNV21()
494 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400ToI420()
524 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400ToNV21()
629 CopyPlane(src_y, src_stride_y0, dst_y, dst_stride_y, width, height); in X420ToI420()
2539 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in Android420ToI420()
2544 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in Android420ToI420()
2545 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in Android420ToI420()
Dplanar_functions.cc29 void CopyPlane(const uint8_t* src_y, in CopyPlane() function
256 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I422Copy()
258 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height); in I422Copy()
259 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height); in I422Copy()
294 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I444Copy()
296 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Copy()
297 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height); in I444Copy()
318 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400ToI400()
348 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420ToI400()
552 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in NV21ToNV12()
/external/libaom/libaom/third_party/libyuv/source/
Dmjpeg_decoder.cc296 CopyPlane(databuf_[i] + data_to_skip, GetComponentStride(i), in DecodeToBuffers()
314 CopyPlane(databuf_[i], GetComponentStride(i), in DecodeToBuffers()
330 CopyPlane(databuf_[i], GetComponentStride(i), in DecodeToBuffers()
Dplanar_functions.cc28 void CopyPlane(const uint8* src_y, int src_stride_y, in CopyPlane() function
145 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I422Copy()
146 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height); in I422Copy()
147 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height); in I422Copy()
176 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I444Copy()
177 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Copy()
178 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height); in I444Copy()
196 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400ToI400()
216 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420ToI400()
Dconvert.cc90 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Copy()
93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy()
94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Copy()
180 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400ToI420()
320 CopyPlane(src_y, src_stride_y0, dst_y, dst_stride_y, width, height); in X420ToI420()
Drotate.cc324 CopyPlane(src, src_stride, in RotatePlane()
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc294 CopyPlane(databuf_[i] + data_to_skip, GetComponentStride(i), planes[i], in DecodeToBuffers()
312 CopyPlane(databuf_[i], GetComponentStride(i), planes[i], in DecodeToBuffers()
327 CopyPlane(databuf_[i], GetComponentStride(i), planes[i], in DecodeToBuffers()
Dconvert.cc101 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420Copy()
104 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in I420Copy()
105 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in I420Copy()
265 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400ToI420()
371 CopyPlane(src_y, src_stride_y0, dst_y, dst_stride_y, width, height); in X420ToI420()
1703 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in Android420ToI420()
1708 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight); in Android420ToI420()
1709 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight); in Android420ToI420()
Dplanar_functions.cc29 void CopyPlane(const uint8_t* src_y, in CopyPlane() function
256 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I422Copy()
258 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height); in I422Copy()
259 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height); in I422Copy()
294 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I444Copy()
296 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height); in I444Copy()
297 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height); in I444Copy()
318 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I400ToI400()
348 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height); in I420ToI400()
Drotate.cc368 CopyPlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane()
/external/exoplayer/tree/extensions/av1/src/main/jni/
Dgav1_jni.cc369 void CopyPlane(const uint8_t* source, int source_stride, uint8_t* destination, in CopyPlane() function
697 CopyPlane(jni_buffer->Plane(kPlaneY), jni_buffer->Stride(kPlaneY), in DECODER_FUNC()
716 CopyPlane( in DECODER_FUNC()
725 CopyPlane(jni_buffer->Plane(kPlaneU), jni_buffer->Stride(kPlaneU), in DECODER_FUNC()
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_color_aligner.cc105 libyuv::CopyPlane(frame->DataU(), frame->StrideU(), result[1].data(), in FlattenYuvData()
109 libyuv::CopyPlane(frame->DataV(), frame->StrideV(), result[2].data(), in FlattenYuvData()
/external/libgav1/libgav1/src/post_filter/
Dloop_restoration.cc59 CopyPlane(src, stride, current_process_unit_width, in ApplyLoopRestorationForOneRow()
/external/webrtc/sdk/android/src/jni/
Dyuv_helper.cc33 libyuv::CopyPlane(src, src_stride, dst, dst_stride, width, height); in JNI_YuvHelper_CopyPlane()
/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc393 libyuv::CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, src_width, in NV12Scale()
395 libyuv::CopyPlane(src_uv, src_stride_uv, dst_uv, dst_stride_uv, in NV12Scale()
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dplanar_functions.h28 void CopyPlane(const uint8* src_y, int src_stride_y,
/external/libgav1/libgav1/src/
Dpost_filter.h292 void CopyPlane(const Pixel* src, ptrdiff_t src_stride, int width, int height, in CopyPlane() function
/external/v4l2_codec2/common/
DFormatConverter.cpp245 libyuv::CopyPlane(srcY, srcStrideY, dstY, dstStrideY, mVisibleSize.width, in convertBlock()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h45 void CopyPlane(const uint8_t* src_y,

12