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

12 3 4

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
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...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.h 74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
  /external/libvpx/libvpx/examples/
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/webrtc/talk/media/webrtc/
webrtcvideoframe_unittest.cc 61 const int frame_width = 1920; local
71 captured_frame.width = frame_width;
73 captured_frame.data_size = (frame_width * frame_height) +
74 ((frame_width + 1) / 2) * ((frame_height + 1) / 2) * 2;
webrtcvideocapturer_unittest.cc 108 EXPECT_EQ(640, listener_.frame_width());
135 EXPECT_EQ(640, listener_.frame_width());
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_drops.c 148 info->frame_width, info->frame_height, argv[2]);
postproc.c 134 info->frame_width, info->frame_height, argv[2]);
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h 74 int initialize(int blendingType, int stripType, int frame_width, int frame_height);
  /external/webrtc/talk/media/base/
videocommon.h 156 void ComputeScaleMaxPixels(int frame_width, int frame_height, int max_pixels,
164 void ComputeScale(int frame_width, int frame_height, int fps,
170 int frame_width, int frame_height,
  /hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h 140 uint32 frame_width; member in struct:_vbp_codec_data_mpeg2
223 int frame_width; member in struct:_vbp_codec_data_h264
417 uint32 frame_width; member in struct:_vbp_codec_data_vp8
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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,
  /external/opencv3/modules/videoio/src/
cap_dc1394.cpp 403 capture->camera->frame_width * capture->camera->frame_height);
409 capture->camera->frame_width * capture->camera->frame_height);
415 capture->camera->frame_width * capture->camera->frame_height);
421 capture->camera->frame_width * capture->camera->frame_height);
427 capture->camera->frame_width * capture->camera->frame_height, MONO16_BPP);
433 capture->camera->frame_width * capture->camera->frame_height, MONO16_BPP);
515 if(capture->camera->frame_width != capture->frame.width ||
525 cvInitImageHeader( &capture->frame, cvSize( capture->camera->frame_width,
542 int width = capture->camera->frame_width;
    [all...]
  /external/webrtc/talk/media/devices/
filevideocapturer_unittest.cc 74 int frame_width() const { return frame_width_; } function in class:__anon26702::FileVideoCapturerTest::VideoCapturerListener
173 EXPECT_EQ(listener.frame_width(), capture_format_.width);
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_utils.c 242 int width = frameInfo->frame_width;
282 OMX_U32 framesize = (frameInfo->frame_width *
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 169 vp8_seq->frame_width = 1280;
308 seq->frame_width = va_seq->frame_width;
319 ref_frame_width = (seq->frame_width + 2 * 32 + 63) & (~63);
408 ref_frame_width = (ctx->vp8_seq_param.frame_width + 2 * 32 + 63) & (~63);
421 pic->input_frame.width = ctx->vp8_seq_param.frame_width;
424 //pic->input_frame.stride = (ctx->frame_width + 31) & (~31);
819 drv_debug_msg(VIDEO_ENCODE_DEBUG, "frame_width %d\n", seq->frame_width);
    [all...]
tng_VP8.c 639 obj_surface->share_info->coded_width = ctx->pic_params->frame_width;
643 ctx->size_mb = ((ctx->pic_params->frame_width) * (ctx->pic_params->frame_height)) >> 8;
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 201 vdec_msg.msgdata.output_frame.picsize.frame_width = plane[0].reserved[6];
235 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1];
    [all...]
  /external/drm_hwcomposer/
glworker.cpp 565 GLint frame_width = framebuffer->getWidth(); local
607 glViewport(0, 0, frame_width, frame_height);
639 glUniform4f(gl_viewport_loc, cmd.bounds[0] / (float)frame_width,
641 (cmd.bounds[2] - cmd.bounds[0]) / (float)frame_width,
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 157 int frame_width[FRAME_SCALE_STEPS]; member in struct:__anon17240
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.h 94 int frame_width; member in struct:_vbp_codec_data_h264
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 184 vdec_msg.msgdata.output_frame.picsize.frame_width = plane[0].reserved[6];
    [all...]
  /bootable/recovery/
screen_ui.cpp 167 int frame_width = gr_get_width(frame); local
169 int frame_x = (gr_fb_width() - frame_width) / 2;
171 gr_blit(frame, 0, 0, frame_width, frame_height, frame_x, frame_y);

Completed in 340 milliseconds

12 3 4