/hardware/intel/img/psb_video/src/x11/ |
D | psb_ctexture.c | 238 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() 368 … display_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() 375 … display_width = display_width > extend_display_width ? display_width : extend_display_width; in psb_putsurface_ctexture() [all …]
|
D | psb_coverlay.c | 133 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/ |
D | intel_m4v_config_parser.cpp | 107 …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 …]
|
D | intel_video_config_parser.cpp | 83 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()
|
D | intel_m4v_config_parser.h | 92 int16 DecodeSPS(mp4StreamType *psBits, int32 *width, int32 *height, int32 *display_width, int32 *di…
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
D | ti_m4v_config_parser.cpp | 102 …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 …]
|
D | ti_video_config_parser.cpp | 82 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/ |
D | tng_yuv_processor.h | 32 uint32_t display_width; /* widht of the image */ member 44 uint32_t display_width; member
|
D | tng_yuv_processor.c | 132 …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()
|
D | psb_overlay.h | 298 int display_width; member
|
D | tng_vld_dec.c | 494 surface_param.display_width = obj_context->current_render_target->buffer_width_s; in vld_dec_yuv_rotate()
|
D | psb_overlay.c | 883 pPriv->width_save = pPriv->display_width; in I830PutImageFlipRotateSurface() 887 pPriv->height_save = pPriv->display_width; in I830PutImageFlipRotateSurface()
|
/hardware/libhardware/include/hardware/ |
D | vehicle_camera.h | 81 uint32_t display_width; member
|
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
D | ti_m4v_config_parser.h | 128 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/ |
D | nestegg.h | 130 unsigned int display_width; /**< Display width of the video frame in pixels. */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxdec.c | 853 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/ |
D | test.c | 135 vparams.display_width, vparams.display_height, in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 79 int display_width; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 216 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/ |
D | vp9_dx_iface.c | 538 display_size[0] = cm->display_width; in get_display_size()
|
/hardware/qcom/camera/ |
D | QCamera_Intf.h | 235 uint16_t display_width; /* width of display */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvmuxer.hpp | 425 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/ |
D | vp9_bitstream.c | 981 const int scaling_active = cm->width != cm->display_width || 985 vp9_wb_write_literal(wb, cm->display_width - 1, 16);
|
D | vp9_onyx_if.c | 949 cm->display_width = cpi->oxcf.width; in vp9_change_config()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 611 cm->display_width = cm->width; in setup_display_size() 614 read_frame_size(rb, &cm->display_width, &cm->display_height); in setup_display_size()
|