HomeSort by relevance Sort by last modified time
    Searched full:input_frame_format (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cc/resources/
video_resource_updater.cc 91 media::VideoFrame::Format input_frame_format,
100 switch (input_frame_format) {
125 media::VideoFrame::Format input_frame_format = video_frame->format(); local
128 if (input_frame_format == media::VideoFrame::HOLE) {
136 DCHECK(input_frame_format == media::VideoFrame::YV12 ||
137 input_frame_format == media::VideoFrame::YV12A ||
138 input_frame_format == media::VideoFrame::YV12J ||
139 input_frame_format == media::VideoFrame::YV16);
140 if (input_frame_format != media::VideoFrame::YV12 &&
141 input_frame_format != media::VideoFrame::YV12A &
    [all...]

Completed in 168 milliseconds