Searched refs:CopyPlane (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_rescale.c35 static void CopyPlane(const uint8_t* src, int src_stride, function
73 CopyPlane(src->y, src->y_stride,
75 CopyPlane(src->u, src->uv_stride,
77 CopyPlane(src->v, src->uv_stride,
80 CopyPlane(src->a, src->a_stride,
84 CopyPlane((const uint8_t*)src->argb, 4 * src->argb_stride,
147 CopyPlane(pic->y + y_offset, pic->y_stride,
149 CopyPlane(pic->u + uv_offset, pic->uv_stride,
151 CopyPlane(pic->v + uv_offset, pic->uv_stride,
156 CopyPlane(pi
[all...]
H A Dalpha.c160 static void CopyPlane(const uint8_t* src, int src_stride, function
308 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height);
/external/webp/src/enc/
H A Dpicture_rescale.c35 static void CopyPlane(const uint8_t* src, int src_stride, function
73 CopyPlane(src->y, src->y_stride,
75 CopyPlane(src->u, src->uv_stride,
77 CopyPlane(src->v, src->uv_stride,
80 CopyPlane(src->a, src->a_stride,
84 CopyPlane((const uint8_t*)src->argb, 4 * src->argb_stride,
147 CopyPlane(pic->y + y_offset, pic->y_stride,
149 CopyPlane(pic->u + uv_offset, pic->uv_stride,
151 CopyPlane(pic->v + uv_offset, pic->uv_stride,
156 CopyPlane(pi
[all...]
H A Dalpha.c160 static void CopyPlane(const uint8_t* src, int src_stride, function
308 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height);
/external/chromium_org/media/base/
H A Dvideo_util.h40 MEDIA_EXPORT void CopyPlane(size_t plane, const uint8* source, int stride,
H A Dvideo_util.cc34 void CopyPlane(size_t plane, const uint8* source, int stride, int rows, function in namespace:media
54 CopyPlane(VideoFrame::kYPlane, source, stride, rows, frame);
58 CopyPlane(VideoFrame::kUPlane, source, stride, rows, frame);
62 CopyPlane(VideoFrame::kVPlane, source, stride, rows, frame);
66 CopyPlane(VideoFrame::kAPlane, source, stride, rows, frame);
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dffmpeg_cdm_video_decoder.cc115 static void CopyPlane(const uint8_t* source, function in namespace:media
287 CopyPlane(av_frame_->data[cdm::VideoFrame::kYPlane],
296 CopyPlane(av_frame_->data[cdm::VideoFrame::kUPlane],
303 CopyPlane(av_frame_->data[cdm::VideoFrame::kVPlane],
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dmjpeg_decoder.cc35 #include "libyuv/planar_functions.h" // For CopyPlane().
290 CopyPlane(databuf_[i] + data_to_skip, GetComponentStride(i),
308 CopyPlane(databuf_[i], GetComponentStride(i),
324 CopyPlane(databuf_[i], GetComponentStride(i),
H A Dplanar_functions.cc28 void CopyPlane(const uint8* src_y, int src_stride_y, function
154 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
155 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
156 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
185 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
186 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height);
187 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height);
205 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
225 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
H A Dconvert.cc90 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
180 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
330 CopyPlane(src_y, src_stride_y0, dst_y, dst_stride_y, width, height);
H A Dconvert_from.cc143 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
429 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
H A Dconvert_argb.cc43 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb,
H A Drotate.cc1129 CopyPlane(src, src_stride,
/external/chromium_org/third_party/libyuv/source/
H A Dmjpeg_decoder.cc35 #include "libyuv/planar_functions.h" // For CopyPlane().
290 CopyPlane(databuf_[i] + data_to_skip, GetComponentStride(i),
308 CopyPlane(databuf_[i], GetComponentStride(i),
324 CopyPlane(databuf_[i], GetComponentStride(i),
H A Dplanar_functions.cc28 void CopyPlane(const uint8* src_y, int src_stride_y, function
154 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
155 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
156 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
185 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
186 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height);
187 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height);
205 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
225 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
H A Dconvert.cc90 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
180 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
330 CopyPlane(src_y, src_stride_y0, dst_y, dst_stride_y, width, height);
H A Dconvert_from.cc143 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
429 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
/external/libyuv/files/include/libyuv/
H A Dplanar_functions.h31 #define I400ToI400 CopyPlane
35 void CopyPlane(const uint8* src_y, int src_stride_y,
54 // Convert I420 to I400. (calls CopyPlane ignoring u/v).
/external/chromium_org/media/cast/test/
H A Dfake_media_source.cc300 media::CopyPlane(VideoFrame::kYPlane,
305 media::CopyPlane(VideoFrame::kUPlane,
310 media::CopyPlane(VideoFrame::kVPlane,
/external/libyuv/files/source/
H A Dconvert_from.cc73 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
133 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
183 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
221 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
H A Dconvert.cc58 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
60 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
61 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
164 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
249 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
309 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
351 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
H A Dplanar_functions.cc28 void CopyPlane(const uint8* src_y, int src_stride_y, function
74 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_ms.cc70 media::CopyPlane(i, frame->data(i), frame->stride(i),
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dplanar_functions.h27 void CopyPlane(const uint8* src_y, int src_stride_y,
87 // Convert I420 to I400. (calls CopyPlane ignoring u/v).
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dplanar_functions.h27 void CopyPlane(const uint8* src_y, int src_stride_y,
87 // Convert I420 to I400. (calls CopyPlane ignoring u/v).

Completed in 446 milliseconds

12