/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | libyuv_frame_buffer_utils.cc | 102 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/ |
D | video_denoiser.cc | 211 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/ |
D | i420_buffer.cc | 246 libyuv::CopyPlane(picture.DataY(), picture.StrideY(), in PasteFrom() 250 libyuv::CopyPlane( in PasteFrom() 255 libyuv::CopyPlane( in PasteFrom()
|
/external/openscreen/cast/standalone_sender/ |
D | streaming_vp8_encoder.cc | 448 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/ |
D | rotate.cc | 399 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()
|
D | mjpeg_decoder.cc | 295 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()
|
D | convert.cc | 101 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()
|
D | planar_functions.cc | 29 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/ |
D | mjpeg_decoder.cc | 296 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()
|
D | planar_functions.cc | 28 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()
|
D | convert.cc | 90 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()
|
D | rotate.cc | 324 CopyPlane(src, src_stride, in RotatePlane()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | mjpeg_decoder.cc | 294 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()
|
D | convert.cc | 101 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()
|
D | planar_functions.cc | 29 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()
|
D | rotate.cc | 368 CopyPlane(src, src_stride, dst, dst_stride, width, height); in RotatePlane()
|
/external/exoplayer/tree/extensions/av1/src/main/jni/ |
D | gav1_jni.cc | 369 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/ |
D | video_color_aligner.cc | 105 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/ |
D | loop_restoration.cc | 59 CopyPlane(src, stride, current_process_unit_width, in ApplyLoopRestorationForOneRow()
|
/external/webrtc/sdk/android/src/jni/ |
D | yuv_helper.cc | 33 libyuv::CopyPlane(src, src_stride, dst, dst_stride, width, height); in JNI_YuvHelper_CopyPlane()
|
/external/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 393 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/ |
D | planar_functions.h | 28 void CopyPlane(const uint8* src_y, int src_stride_y,
|
/external/libgav1/libgav1/src/ |
D | post_filter.h | 292 void CopyPlane(const Pixel* src, ptrdiff_t src_stride, int width, int height, in CopyPlane() function
|
/external/v4l2_codec2/common/ |
D | FormatConverter.cpp | 245 libyuv::CopyPlane(srcY, srcStrideY, dstY, dstStrideY, mVisibleSize.width, in convertBlock()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 45 void CopyPlane(const uint8_t* src_y,
|