/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
vpxdec.c | 853 int display_width = vpx_input_ctx.width; local 855 if (!display_width || !display_height) { 860 display_width = img->d_w; 863 display_width = display_size[0]; 867 scaled_img = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, display_width,
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
QCameraHWI_Preview.cpp | 366 roi.d.data.face.face_boundary.x*2000/mHalCamCtrl->mDimension.display_width - 1000; 372 roi.d.data.face.face_boundary.dx*2000/mHalCamCtrl->mDimension.display_width; 379 roi.d.data.face.left_eye_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000; 385 roi.d.data.face.right_eye_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000; 391 roi.d.data.face.mouth_center[0]*2000/mHalCamCtrl->mDimension.display_width - 1000; 565 w = dim.display_width; [all...] |
QCameraHWI_Parm.cpp | 730 mDimension.display_width = DEFAULT_STREAM_WIDTH; [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_onyxc_int.h | 76 int display_width; member in struct:VP9Common
|
/external/libvpx/libvpx/third_party/nestegg/test/ |
test.c | 135 vparams.display_width, vparams.display_height,
|
/external/libvpx/libvpx/vp9/common/ |
vp9_onyxc_int.h | 79 int display_width; member in struct:VP9Common
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/ |
test.c | 135 vparams.display_width, vparams.display_height,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_onyxc_int.h | 79 int display_width; member in struct:VP9Common
|
/hardware/intel/img/psb_video/src/ |
psb_overlay.h | 298 int display_width; member in struct:_PsbPortPrivRec
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_pp.c | 66 dumpFrameToFile(frame, pme->dim.display_width, pme->dim.display_height,"preview", 1); 269 if (pme->dim.display_width * pme->dim.display_height > 273 pme->repro_config.width = pme->dim.display_width; 293 config.dest[0].width = pme->dim.display_width; 388 pme->stream[MM_CAMERA_PREVIEW].str_config.fmt.width = pme->dim.display_width; [all...] |
mm_qcamera_preview.c | 132 fmt->width = pme->dim.display_width; 624 snprintf(buf, sizeof(buf), "P_%dx%d_C%d", pme->dim.display_width, 627 dumpFrameToFile(frame, pme->dim.display_width, 765 //dumpFrameToFile(preview_frame->frame,pme->dim.display_width,pme->dim.display_height,"preview", 1); 766 dumpFrameToFile(preview_frame,pme->dim.display_width,pme->dim.display_height,"zsl_preview", 1,"yuv"); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/ |
vpxdec.c | 1094 int display_width = vpx_input_ctx.width; local [all...] |
/device/lge/mako/camera/ |
QCameraHWI.cpp | 960 int display_width = 0; /* width of display */ local 966 parm.getPreviewSize(&display_width, &display_height); 967 if (display_width && display_height) { 968 matching = (display_width == dim->display_width) && 972 dim->display_width = display_width; [all...] |
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
mm_qcamera_preview.c | 118 fmt->width = pme->dim.display_width; 570 //dumpFrameToFile(frame->frame,pme->dim.display_width,pme->dim.display_height,"preview", 1); 571 dumpFrameToFile(frame,pme->dim.display_width,pme->dim.display_height,"preview", 1); 610 //dumpFrameToFile(preview_frame->frame,pme->dim.display_width,pme->dim.display_height,"preview", 1); 611 dumpFrameToFile(preview_frame,pme->dim.display_width,pme->dim.display_height,"zsl_preview", 1); [all...] |
/device/asus/flo/camera/ |
QCamera_Intf.h | 235 uint16_t display_width; /* width of display */ member in struct:__anon2860
|
/device/lge/hammerhead/camera/ |
QCamera_Intf.h | 235 uint16_t display_width; /* width of display */ member in struct:__anon3367
|
/device/moto/shamu/camera/ |
QCamera_Intf.h | 235 uint16_t display_width; /* width of display */ member in struct:__anon4527
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/ |
mkvmuxer.hpp | 424 uint64 display_width() const { return display_width_; } function in class:mkvmuxer::VideoTrack [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/ |
vp9_dx_iface.c | 578 display_size[0] = cm->display_width;
|
/external/libvpx/libvpx/third_party/libwebm/ |
mkvmuxer.hpp | 425 uint64 display_width() const { return display_width_; } function in class:mkvmuxer::VideoTrack [all...] |
/external/libvpx/libvpx/third_party/nestegg/src/ |
nestegg.c | 216 struct ebml_type display_width; member in struct:video 397 E_FIELD(ID_DISPLAY_WIDTH, TYPE_UINT, struct video, display_width), [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_dx_iface.c | 551 display_size[0] = cm->display_width;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvmuxer.hpp | 425 uint64 display_width() const { return display_width_; } function in class:mkvmuxer::VideoTrack [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
nestegg.c | 216 struct ebml_type display_width; member in struct:video 397 E_FIELD(ID_DISPLAY_WIDTH, TYPE_UINT, struct video, display_width), [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
vp9_dx_iface.c | 538 display_size[0] = cm->display_width;
|