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

  /external/chromium_org/media/cdm/ppapi/external_clear_key/
fake_cdm_video_decoder.cc 66 int u_offset = v_offset + uv_stride * uv_rows + kPlanePadding; local
67 int frame_size = u_offset + uv_stride * uv_rows + kPlanePadding;
76 decoded_frame->SetPlaneOffset(cdm::VideoFrame::kUPlane, u_offset);
  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 198 int u_offset = last_image_->stride[1] * rect.top() + rect.left(); local
202 last_image_->planes[1] + u_offset,
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java 322 int u_offset = width * height; local
323 int v_offset = u_offset + u_offset / 4;
326 nv[nv_offset++] = yuv[u_offset++];
346 int u_offset = width * height; local
347 int v_offset = u_offset + u_offset / 4;
352 yuv[u_offset++] = nv12[nv_offset++];
    [all...]

Completed in 171 milliseconds