HomeSort by relevance Sort by last modified time
    Searched defs:dst_stride_uv (Results 1 - 2 of 2) sorted by null

  /external/libyuv/files/unit_test/
scale_test.cc 44 int dst_stride_uv = b * 2 + dst_width_uv; local
76 dst_u_c + (dst_stride_uv * b) + b, dst_stride_uv,
77 dst_v_c + (dst_stride_uv * b) + b, dst_stride_uv,
85 dst_u_opt + (dst_stride_uv * b) + b, dst_stride_uv,
86 dst_v_opt + (dst_stride_uv * b) + b, dst_stride_uv,
97 dst_u_c + (dst_stride_uv * b) + b, dst_stride_uv
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc 140 int dst_stride_uv = CVPixelBufferGetBytesPerRowOfPlane(pixel_buffer, 1); local
146 dst_stride_y, dst_uv, dst_stride_uv, frame.width(), frame.height());

Completed in 1504 milliseconds