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

  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 183 v4l2_frmivalenum frame_interval = {}; local
184 frame_interval.pixel_format = pixel_format.pixelformat;
185 frame_interval.width = frame_size.discrete.width;
186 frame_interval.height = frame_size.discrete.height;
187 while (ioctl(fd, VIDIOC_ENUM_FRAMEINTERVALS, &frame_interval) == 0) {
188 if (frame_interval.type == V4L2_FRMIVAL_TYPE_DISCRETE) {
189 if (frame_interval.discrete.numerator != 0) {
191 static_cast<float>(frame_interval.discrete.denominator) /
192 static_cast<float>(frame_interval.discrete.numerator);
196 } else if (frame_interval.type == V4L2_FRMIVAL_TYPE_CONTINUOUS)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c     [all...]

Completed in 45 milliseconds