/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/qemu/android/camera/ |
camera-capture-windows.c | 290 int frame_width, 339 if (wcd->frame_bitmap->bmiHeader.biWidth != frame_width || 342 wcd->frame_bitmap->bmiHeader.biWidth = frame_width; 348 uint32_t bpl = (frame_width * 3 + 1) & ~1; 352 (frame_width * frame_height * wcd->frame_bitmap->bmiHeader.biBitCount) / 8; 446 __FUNCTION__, frame_width, frame_height,
|
camera-capture-linux.c | 827 int frame_width, 849 fmt.fmt.pix.width = frame_width; 856 __FUNCTION__, cd->device_name, fmt_str, frame_width, frame_height); 862 if (fmt.fmt.pix.width != frame_width || fmt.fmt.pix.height != frame_height) { 866 __FUNCTION__, frame_width, frame_height, fmt_str); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_reconinter.c | 399 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local 406 frame_width = ref_buf->y_crop_width; 410 frame_width = ref_buf->uv_crop_width; 467 (frame_width & 0x7) || (frame_height & 0x7)) { 486 if (x0 < 0 || x0 > frame_width - 1 || x1 < 0 || x1 > frame_width - 1 || 500 frame_width, 514 frame_width, 528 frame_width,
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
filevideocapturer_unittest.cc | 74 int frame_width() const { return frame_width_; } function in class:__anon17287::FileVideoCapturerTest::VideoCapturerListener 173 EXPECT_EQ(listener.frame_width(), capture_format_.width);
|
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/ |
webrtcvideocapturer_unittest.cc | 106 EXPECT_EQ(640, listener_.frame_width()); 132 EXPECT_EQ(640, listener_.frame_width());
|
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
vbp_loader.h | 138 int frame_width; member in struct:_vbp_codec_data_h264 329 uint32 frame_width; member in struct:_vbp_codec_data_vp8
|
/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 *
|
omx_proxy_videodec.c | 692 pCompPrv->debugframeInfo.frame_width = rect.nWidth; 768 pCompPrv->debugframeInfo.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...] |
vsp_fw.h | 560 uint32_t frame_width; member in struct:VssVp8encSequenceParameterBuffer
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_msm8974.cpp | [all...] |
omx_vdec_hevc_swvdec.cpp | [all...] |
omx_vdec_hevc.cpp | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
testutils.h | 136 int frame_width() const { return frame_width_; } function in class:cricket::VideoCapturerListener
|
/hardware/ti/omap4-aah/domx/domx/ |
omx_proxy_common.h | 222 * @param frame_width: Width of the frame 234 OMX_U32 frame_width; member in struct:DebugFrame_Dump
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
receiver.cc | 75 uint16_t frame_width,
|
/external/chromium_org/content/common/gpu/media/ |
video_decode_accelerator_unittest.cc | 224 int frame_width, 336 int frame_width, 345 frame_size_(frame_width, frame_height), [all...] |
/external/libvpx/libvpx/examples/ |
vp9_spatial_scalable_encoder.c | 320 (unsigned int *)&info.frame_width,
|
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderVP8.cpp | 48 uint32_t width = data->codec_data->frame_width;
|
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderVP8.cpp | 85 vp8SeqParam.frame_width = mComParams.resolution.width;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
vp9_spatial_scalable_encoder.c | 320 (unsigned int *)&info.frame_width,
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_vidc_dec.h | 452 uint32_t frame_width; member in struct:vdec_picsize
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_vidc_dec.h | 496 uint32_t frame_width; member in struct:vdec_picsize
|