HomeSort by relevance Sort by last modified time
    Searched refs:CopyPlane (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/libwebp/enc/
picture_rescale.c 35 static void CopyPlane(const uint8_t* src, int src_stride,
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(pic->a + a_offset, pic->a_stride
    [all...]
alpha.c 160 static void CopyPlane(const uint8_t* src, int src_stride,
308 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height);
  /external/webp/src/enc/
picture_rescale.c 35 static void CopyPlane(const uint8_t* src, int src_stride,
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(pic->a + a_offset, pic->a_stride
    [all...]
alpha.c 160 static void CopyPlane(const uint8_t* src, int src_stride,
308 CopyPlane(pic->a, pic->a_stride, quant_alpha, width, width, height);
  /external/chromium_org/media/base/
video_util.h 40 MEDIA_EXPORT void CopyPlane(size_t plane, const uint8* source, int stride,
video_util.cc 34 void CopyPlane(size_t plane, const uint8* source, int stride, int rows,
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/
ffmpeg_cdm_video_decoder.cc 115 static void CopyPlane(const uint8_t* source,
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/libyuv/source/
mjpeg_decoder.cc 35 #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),
planar_functions.cc 28 void CopyPlane(const uint8* src_y, int src_stride_y,
150 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
151 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
152 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
181 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
182 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, width, height);
183 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, width, height);
201 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);
    [all...]
convert.cc 88 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);
179 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
327 CopyPlane(src_y, src_stride_y0, dst_y, dst_stride_y, width, height);
    [all...]
convert_from.cc 143 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
424 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
    [all...]
convert_argb.cc 43 CopyPlane(src_argb, src_stride_argb, dst_argb, dst_stride_argb,
rotate.cc     [all...]
  /external/libyuv/files/include/libyuv/
planar_functions.h 31 #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/tools/valgrind/tsan/
suppressions_win32.txt 120 fun:media::CopyPlane
  /external/libyuv/files/source/
convert_from.cc 73 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);
    [all...]
convert.cc 58 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);
    [all...]
planar_functions.cc 28 void CopyPlane(const uint8* src_y, int src_stride_y,
74 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
    [all...]
  /external/chromium_org/media/cast/test/
sender.cc 401 media::CopyPlane(VideoFrame::kYPlane,
406 media::CopyPlane(VideoFrame::kUPlane,
411 media::CopyPlane(VideoFrame::kVPlane,
    [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.cc 69 media::CopyPlane(i, frame->data(i), frame->stride(i),
  /external/chromium_org/third_party/libyuv/include/libyuv/
planar_functions.h 27 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/libvpx/source/libvpx/third_party/libyuv/source/
scale.c     [all...]
  /external/chromium_org/third_party/libyuv/unit_test/
planar_test.cc     [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
scale.c     [all...]

Completed in 1259 milliseconds

1 2