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

  /external/chromium_org/media/cdm/ppapi/
libvpx_cdm_video_decoder.cc 175 cdm::Size video_frame_size; local
176 video_frame_size.width = vpx_image_->d_w;
177 video_frame_size.height = vpx_image_->d_h;
178 cdm_video_frame->SetSize(video_frame_size);
ffmpeg_cdm_video_decoder.cc 309 cdm::Size video_frame_size; local
310 video_frame_size.width = av_frame_->width;
311 video_frame_size.height = av_frame_->height;
312 cdm_video_frame->SetSize(video_frame_size);
  /external/qemu/android/camera/
camera-service.c 600 size_t video_frame_size; member in struct:CameraClient
890 cc->video_frame_size = (cc->pixel_num * 12) / 8;
    [all...]

Completed in 249 milliseconds