HomeSort by relevance Sort by last modified time
    Searched refs:display_width (Results 1 - 25 of 45) sorted by null

1 2

  /hardware/intel/img/psb_video/src/
tng_yuv_processor.h 32 uint32_t display_width; /* widht of the image */ member in struct:surface_param_s
44 uint32_t display_width; member in struct:context_yuv_processor_s
tng_yuv_processor.c 132 REGIO_WRITE_FIELD_LITE(reg_value, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_WIDTH, (ctx->display_width) - 1);
212 ctx->display_width = (surface_params->display_width + 0xf) & ~0xf;
246 //ctx->display_width = ((vpp_params->surface_region->width + 0xf) & ~0xf);
248 ctx->display_width = ((obj_surface->width + 0xf) & ~0xf);
250 ctx->coded_width = ctx->display_width;
281 __func__, ctx->display_width, ctx->display_height, ctx->coded_width, ctx->coded_height);
psb_overlay.h 298 int display_width; member in struct:_PsbPortPrivRec
  /hardware/intel/img/psb_video/src/x11/
psb_ctexture.c 238 int display_width = 0, display_height = 0, extend_display_width = 0, extend_display_height = 0; local
300 ret = psb_xrandr_local_crtc_coordinate(&local_device, &local_crtc_x, &local_crtc_y, &display_width, &display_height, &local_rotation);
355 if (destw > display_width + extend_display_width)
356 destw = display_width + extend_display_width;
362 if (destw > display_width + extend_display_width)
363 destw = display_width + extend_display_width;
368 display_width = display_width > extend_display_width ? display_width : extend_display_width;
369 if (destw > display_width)
506 display_width, display_height, 1, surface_width, surface_height, local
511 display_width, display_height, 0, surface_width, surface_height, local
    [all...]
psb_coverlay.c 133 int display_width = (int)(DisplayWidth(display, DefaultScreen(display))) - 1; local
140 else if (psFirst->rect.i32Left > display_width)
141 psFirst->rect.i32Left = display_width;
145 else if (psFirst->rect.i32Right > display_width)
146 psFirst->rect.i32Right = display_width;
626 if ((destx + *x11_window_width) > (pPriv->display_width + pPriv->extend_display_width)) {
627 *x11_window_width = pPriv->display_width + pPriv->extend_display_width - destx;
673 if ((destx + *x11_window_width) > (pPriv->display_width + pPriv->extend_display_width)) {
674 *x11_window_width = pPriv->display_width + pPriv->extend_display_width - destx;
693 if ((destx < pPriv->display_width) && ((destx + *x11_window_width) < pPriv->display_width))
    [all...]
  /hardware/intel/common/wrs_omxil_core/core/src/
intel_video_config_parser.cpp 83 int32 width, height, display_width, display_height = 0; local
86 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
91 aOutputs->width = (uint32)display_width;
108 int32 width, height, display_width, display_height = 0; local
143 (int*) & display_width,
151 aOutputs->width = (uint32)display_width;
intel_m4v_config_parser.cpp 107 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height)
117 *width = *height = *display_height = *display_width = 0;
124 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
131 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel)
386 *display_width = (int32)codeword;
395 *width = (*display_width + 15) & -16;
404 iDecodeShortHeader(psBits, width, height, display_width, display_height);
431 int32 *display_width,
502 *display_width = *width;
548 *display_width = *width
    [all...]
intel_m4v_config_parser.h 92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_video_config_parser.cpp 82 int32 width, height, display_width, display_height = 0; local
85 retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_level);
90 aOutputs->width = (uint32)display_width;
108 int32 width, height, display_width, display_height = 0; local
144 (int*) & display_width,
153 aOutputs->width = (uint32)display_width;
ti_m4v_config_parser.cpp 102 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height)
112 *width = *height = *display_height = *display_width = 0;
119 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel);
126 OSCL_EXPORT_REF int16 iDecodeVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profilelevel)
397 *display_width = (int32)codeword;
408 *width = (*display_width + 15) & -16;
417 iDecodeShortHeader(psBits, width, height, display_width, display_height);
446 int32 *display_width,
517 *display_width = *width;
563 *display_width = *width
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 130 unsigned int display_width; /**< Display width of the video frame in pixels. */ member in struct:__anon24117
  /hardware/ti/omap3/omx/ti_omx_config_parser/inc/
ti_m4v_config_parser.h 128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 107 dim->display_width = WVGA_WIDTH;
109 input_display.user_input_display_width = dim->display_width;
138 dim->display_luma_width = dim->display_width;
140 dim->display_chroma_width = dim->display_width;
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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 161 OSCL_IMPORT_REF void PVGetVideoDimensions(VideoDecControls *decCtrl, int32 *display_width, int32 *display_height);
  /external/libvpx/libvpx/
vpxdec.c 872 int display_width = vpx_input_ctx.width; local
874 if (!display_width || !display_height) {
879 display_width = img->d_w;
882 display_width = display_size[0];
886 scaled_img = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, display_width,
    [all...]
  /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/libvpx/libvpx/vp9/common/
vp9_onyxc_int.h 76 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
  /device/asus/flo/camera/
QCamera_Intf.h 235 uint16_t display_width; /* width of display */ member in struct:__anon2966
  /device/lge/hammerhead/camera/
QCamera_Intf.h 235 uint16_t display_width; /* width of display */ member in struct:__anon3471

Completed in 1756 milliseconds

1 2