HomeSort by relevance Sort by last modified time
    Searched refs:frame_width (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframe_unittest.cc 37 const int frame_width = 1920; local
48 captured_frame.width = frame_width;
50 captured_frame.data_size = (frame_width * frame_height) +
51 ((frame_width + 1) / 2) * ((frame_height + 1) / 2) * 2;
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
simple_decoder.c 147 info->frame_width, info->frame_height, argv[2]);
decode_with_drops.c 146 info->frame_width, info->frame_height, argv[2]);
postproc.c 132 info->frame_width, info->frame_height, argv[2]);
  /external/chromium_org/third_party/libvpx/source/libvpx/
video_reader.c 51 reader->info.frame_width = mem_get_le16(header + 12);
video_writer.c 26 cfg.g_w = info->frame_width;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
receiver.h 49 uint16_t frame_width,
  /external/libvpx/libvpx/examples/
simple_decoder.c 151 info->frame_width, info->frame_height, argv[2]);
decode_with_drops.c 148 info->frame_width, info->frame_height, argv[2]);
postproc.c 134 info->frame_width, info->frame_height, argv[2]);
  /external/libvpx/libvpx/
video_reader.c 51 reader->info.frame_width = mem_get_le16(header + 12);
video_writer.c 26 cfg.g_w = info->frame_width;
  /hardware/intel/common/libva/va/
va_dec_vp9.h 67 uint16_t frame_width; member in struct:_VADecPictureParameterBufferVP9
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
simple_decoder.c 151 info->frame_width, info->frame_height, argv[2]);
decode_with_drops.c 148 info->frame_width, info->frame_height, argv[2]);
postproc.c 134 info->frame_width, info->frame_height, argv[2]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
video_reader.c 51 reader->info.frame_width = mem_get_le16(header + 12);
video_writer.c 26 cfg.g_w = info->frame_width;
  /hardware/intel/common/libva/test/encode/
h264encode.c 111 static int frame_width = 176; variable
757 frame_width = atoi(optarg);
859 frame_bitrate = frame_width * frame_height * 12 * frame_rate / 50;
871 srcyuv_frames = tmp.st_size / (frame_width * frame_height * 1.5);
904 frame_width_mbaligned = (frame_width + 15) & (~15);
906 if (frame_width != frame_width_mbaligned ||
909 frame_width, frame_height,
    [all...]
  /external/qemu/android/camera/
camera-capture-mac.m 287 const int frame_width = CVPixelBufferGetWidth(current_frame);
298 frame_width, frame_height,
424 int frame_width,
440 return [mcd->device start_capturing:frame_width:frame_height];
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.h 74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h 74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h 74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.h 151 void ComputeScaleMaxPixels(int frame_width, int frame_height, int max_pixels,
159 void ComputeScale(int frame_width, int frame_height, int fps,
165 int frame_width, int frame_height,
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 281 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
288 frame_width = ref_buf->y_crop_width;
292 frame_width = ref_buf->uv_crop_width;
349 (frame_width & 0x7) || (frame_height & 0x7)) {
368 if (x0 < 0 || x0 > frame_width - 1 || x1 < 0 || x1 > frame_width ||
373 x0, y0, x1 - x0 + 1, y1 - y0 + 1, frame_width,

Completed in 967 milliseconds

12 3 4 5