Home
last modified time | relevance | path

Searched refs:display_width (Results 1 – 25 of 25) sorted by relevance

/hardware/intel/img/psb_video/src/x11/
Dpsb_ctexture.c238 int display_width = 0, display_height = 0, extend_display_width = 0, extend_display_height = 0; in psb_putsurface_ctexture() local
300 …r_local_crtc_coordinate(&local_device, &local_crtc_x, &local_crtc_y, &display_width, &display_heig… in psb_putsurface_ctexture()
355 if (destw > display_width + extend_display_width) in psb_putsurface_ctexture()
356 destw = display_width + extend_display_width; in psb_putsurface_ctexture()
362 if (destw > display_width + extend_display_width) in psb_putsurface_ctexture()
363 destw = display_width + extend_display_width; in psb_putsurface_ctexture()
368display_width = display_width > extend_display_width ? display_width : extend_display_width; in psb_putsurface_ctexture()
369 if (destw > display_width) in psb_putsurface_ctexture()
370 destw = display_width; in psb_putsurface_ctexture()
375display_width = display_width > extend_display_width ? display_width : extend_display_width; in psb_putsurface_ctexture()
[all …]
Dpsb_coverlay.c133 int display_width = (int)(DisplayWidth(display, DefaultScreen(display))) - 1; in psb_x11_substractRects() local
140 else if (psFirst->rect.i32Left > display_width) in psb_x11_substractRects()
141 psFirst->rect.i32Left = display_width; in psb_x11_substractRects()
145 else if (psFirst->rect.i32Right > display_width) in psb_x11_substractRects()
146 psFirst->rect.i32Right = display_width; in psb_x11_substractRects()
626 if ((destx + *x11_window_width) > (pPriv->display_width + pPriv->extend_display_width)) { in psb_extendMode_getCoordinate()
627 *x11_window_width = pPriv->display_width + pPriv->extend_display_width - destx; in psb_extendMode_getCoordinate()
673 if ((destx + *x11_window_width) > (pPriv->display_width + pPriv->extend_display_width)) { in psb_extendMode_getCoordinate()
674 *x11_window_width = pPriv->display_width + pPriv->extend_display_width - destx; in psb_extendMode_getCoordinate()
693 … if ((destx < pPriv->display_width) && ((destx + *x11_window_width) < pPriv->display_width)) { in psb_extendMode_getCoordinate()
[all …]
/hardware/intel/common/wrs_omxil_core/core/src/
Dintel_m4v_config_parser.cpp107 …Info(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *displa… in iGetM4VConfigInfo() argument
117 *width = *height = *display_height = *display_width = 0; in iGetM4VConfigInfo()
124 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel); in iGetM4VConfigInfo()
131 …eVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *displa… in iDecodeVOLHeader() argument
386 *display_width = (int32)codeword; in iDecodeVOLHeader()
395 *width = (*display_width + 15) & -16; in iDecodeVOLHeader()
404 iDecodeShortHeader(psBits, width, height, display_width, display_height); in iDecodeVOLHeader()
431 int32 *display_width, in iDecodeShortHeader() argument
502 *display_width = *width; in iDecodeShortHeader()
548 *display_width = *width; in iDecodeShortHeader()
[all …]
Dintel_video_config_parser.cpp83 int32 width, height, display_width, display_height = 0; in intel_video_config_parser() local
86 …retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_leve… in intel_video_config_parser()
91 aOutputs->width = (uint32)display_width; in intel_video_config_parser()
108 int32 width, height, display_width, display_height = 0; in intel_video_config_parser() local
143 (int*) & display_width, in intel_video_config_parser()
151 aOutputs->width = (uint32)display_width; in intel_video_config_parser()
Dintel_m4v_config_parser.h92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *di…
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_m4v_config_parser.cpp102 …Info(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *displa… in iGetM4VConfigInfo() argument
112 *width = *height = *display_height = *display_width = 0; in iGetM4VConfigInfo()
119 status = iDecodeVOLHeader(&psBits, width, height, display_width, display_height, &profilelevel); in iGetM4VConfigInfo()
126 …eVOLHeader(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *displa… in iDecodeVOLHeader() argument
397 *display_width = (int32)codeword; in iDecodeVOLHeader()
408 *width = (*display_width + 15) & -16; in iDecodeVOLHeader()
417 iDecodeShortHeader(psBits, width, height, display_width, display_height); in iDecodeVOLHeader()
446 int32 *display_width, in iDecodeShortHeader() argument
517 *display_width = *width; in iDecodeShortHeader()
563 *display_width = *width; in iDecodeShortHeader()
[all …]
Dti_video_config_parser.cpp82 int32 width, height, display_width, display_height = 0; in ti_video_config_parser() local
85 …retval = iDecodeVOLHeader(&psBits, &width, &height, &display_width, &display_height, &profile_leve… in ti_video_config_parser()
90 aOutputs->width = (uint32)display_width; in ti_video_config_parser()
108 int32 width, height, display_width, display_height = 0; in ti_video_config_parser() local
144 (int*) & display_width, in ti_video_config_parser()
153 aOutputs->width = (uint32)display_width; in ti_video_config_parser()
/hardware/intel/img/psb_video/src/
Dtng_yuv_processor.h32 uint32_t display_width; /* widht of the image */ member
44 uint32_t display_width; member
Dtng_yuv_processor.c132 …LITE(reg_value, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_WIDTH, (ctx->display_width) - 1); in tng__yuv_processor_process()
212 ctx->display_width = (surface_params->display_width + 0xf) & ~0xf; in tng__yuv_processor_execute()
248 ctx->display_width = ((obj_surface->width + 0xf) & ~0xf); in tng__yuv_processor_execute()
250 ctx->coded_width = ctx->display_width; in tng__yuv_processor_execute()
281 … __func__, ctx->display_width, ctx->display_height, ctx->coded_width, ctx->coded_height); in tng__yuv_processor_execute()
Dpsb_overlay.h298 int display_width; member
Dtng_vld_dec.c494 surface_param.display_width = obj_context->current_render_target->buffer_width_s; in vld_dec_yuv_rotate()
Dpsb_overlay.c883 pPriv->width_save = pPriv->display_width; in I830PutImageFlipRotateSurface()
887 pPriv->height_save = pPriv->display_width; in I830PutImageFlipRotateSurface()
/hardware/libhardware/include/hardware/
Dvehicle_camera.h81 uint32_t display_width; member
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
Dti_m4v_config_parser.h128 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *di…
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
Dnestegg.h130 unsigned int display_width; /**< Display width of the video frame in pixels. */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c853 int display_width = vpx_input_ctx.width; in main_loop() local
855 if (!display_width || !display_height) { in main_loop()
860 display_width = img->d_w; in main_loop()
863 display_width = display_size[0]; in main_loop()
867 scaled_img = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, display_width, in main_loop()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
Dtest.c135 vparams.display_width, vparams.display_height, in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_onyxc_int.h79 int display_width; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c216 struct ebml_type display_width; member
397 E_FIELD(ID_DISPLAY_WIDTH, TYPE_UINT, struct video, display_width),
2138 ne_get_uint32(entry->video.display_width, &value); in nestegg_track_video_params()
2139 params->display_width = value; in nestegg_track_video_params()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c538 display_size[0] = cm->display_width; in get_display_size()
/hardware/qcom/camera/
DQCamera_Intf.h235 uint16_t display_width; /* width of display */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvmuxer.hpp425 uint64 display_width() const { return display_width_; } in display_width() function in mkvmuxer::VideoTrack
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c981 const int scaling_active = cm->width != cm->display_width ||
985 vp9_wb_write_literal(wb, cm->display_width - 1, 16);
Dvp9_onyx_if.c949 cm->display_width = cpi->oxcf.width; in vp9_change_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c611 cm->display_width = cm->width; in setup_display_size()
614 read_frame_size(rb, &cm->display_width, &cm->display_height); in setup_display_size()