HomeSort by relevance Sort by last modified time
    Searched refs:v_stride (Results 1 - 21 of 21) sorted by null

  /external/libyuv/files/source/
convert.cc 1521 int v_stride; member in struct:libyuv::I420Buffers
    [all...]
convert_from.cc     [all...]
  /external/chromium_org/third_party/libwebp/webp/
decode.h 126 uint8_t* v, size_t v_size, int v_stride);
186 int u_stride, v_stride; // chroma strides member in struct:WebPYUVABuffer
304 uint8_t* v, size_t v_size, int v_stride,
312 uint8_t* v, size_t v_size, int v_stride);
  /external/webp/include/webp/
decode.h 126 uint8_t* v, size_t v_size, int v_stride);
186 int u_stride, v_stride; // chroma strides member in struct:WebPYUVABuffer
304 uint8_t* v, size_t v_size, int v_stride,
312 uint8_t* v, size_t v_size, int v_stride);
  /external/chromium_org/media/base/
video_util_unittest.cc 24 int y_stride, int u_stride, int v_stride) {
27 EXPECT_GE(v_stride, width / 2);
32 v_stride_ = v_stride;
36 v_plane_.reset(new uint8[v_stride * height / 2]);
video_frame.h 165 int32 v_stride,
video_frame.cc 164 int32 v_stride,
175 frame->strides_[kVPlane] = v_stride;
  /external/chromium_org/third_party/libwebp/dec/
buffer.c 51 const uint64_t v_size = (uint64_t)buf->v_stride * ((height + 1) / 2);
58 ok &= (buf->v_stride >= (width + 1) / 2);
121 buf->v_stride = uv_stride;
idec.c 652 uint8_t* v, size_t v_size, int v_stride,
660 luma_stride = u_stride = v_stride = a_stride = 0;
666 if (luma_stride == 0 || u_stride == 0 || v_stride == 0) return NULL;
685 idec->output_.u.YUVA.v_stride = v_stride;
695 uint8_t* v, size_t v_size, int v_stride) {
698 v, v_size, v_stride,
webp.c 553 uint8_t* v, size_t v_size, int v_stride) {
568 output.u.YUVA.v_stride = v_stride;
646 assert(buf->u_stride == buf->v_stride);
io.c 33 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride;
44 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w);
342 buf->v, uv_out_width, uv_out_height, buf->v_stride, 1,
vp8l.c 473 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride;
    [all...]
  /external/webp/src/dec/
buffer.c 51 const uint64_t v_size = (uint64_t)buf->v_stride * ((height + 1) / 2);
58 ok &= (buf->v_stride >= (width + 1) / 2);
121 buf->v_stride = uv_stride;
idec.c 652 uint8_t* v, size_t v_size, int v_stride,
660 luma_stride = u_stride = v_stride = a_stride = 0;
666 if (luma_stride == 0 || u_stride == 0 || v_stride == 0) return NULL;
685 idec->output_.u.YUVA.v_stride = v_stride;
695 uint8_t* v, size_t v_size, int v_stride) {
698 v, v_size, v_stride,
webp.c 536 uint8_t* v, size_t v_size, int v_stride) {
551 output.u.YUVA.v_stride = v_stride;
629 assert(buf->u_stride == buf->v_stride);
io.c 33 uint8_t* const v_dst = buf->v + (io->mb_y >> 1) * buf->v_stride;
44 memcpy(v_dst + j * buf->v_stride, io->v + j * io->uv_stride, uv_w);
342 buf->v, uv_out_width, uv_out_height, buf->v_stride, 1,
vp8l.c 472 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride;
    [all...]
  /external/libyuv/files/include/libyuv/
convert_from.h 155 const uint8* v, int v_stride,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe.cc 374 int v_stride = GetVPitch(); local
376 sample, sample_size, y, y_stride, u, u_stride, v, v_stride, horiz_crop,
  /external/webp/examples/
dwebp.c 273 ok &= (fwrite(yuv->v + y * yuv->v_stride, uv_width, 1, fout) == 1);
280 ok &= (fwrite(yuv->v + y * yuv->v_stride, uv_width, 1, fout) == 1);
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittests.cc 952 int32 v_stride = truth_frame->stride(media::VideoFrame::kVPlane) local
    [all...]

Completed in 409 milliseconds