/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 …dinate(&local_device, &local_crtc_x, &local_crtc_y, &display_width, &display_height, &local_rotati… in psb_putsurface_ctexture() 354 … display_height = display_height > extend_display_height ? display_height : extend_display_height; in psb_putsurface_ctexture() 357 if (desth > display_height) in psb_putsurface_ctexture() 358 desth = display_height; in psb_putsurface_ctexture() 361 … display_height = display_height > extend_display_height ? display_height : extend_display_height; in psb_putsurface_ctexture() 364 if (desth > display_height) in psb_putsurface_ctexture() 365 desth = display_height; in psb_putsurface_ctexture() 371 if (desth > display_height + extend_display_height) in psb_putsurface_ctexture() 372 desth = display_height + extend_display_height; in psb_putsurface_ctexture() [all …]
|
D | psb_coverlay.c | 134 int display_height = (int)(DisplayHeight(display, DefaultScreen(display))) - 1; in psb_x11_substractRects() local 150 else if (psFirst->rect.i32Top > display_height) in psb_x11_substractRects() 151 psFirst->rect.i32Top = display_height; in psb_x11_substractRects() 155 else if (psFirst->rect.i32Bottom > display_height) in psb_x11_substractRects() 156 psFirst->rect.i32Bottom = display_height; in psb_x11_substractRects() 629 if (((desty + *x11_window_height) < pPriv->display_height) && in psb_extendMode_getCoordinate() 632 else if (pPriv->display_height < pPriv->extend_display_height) { in psb_extendMode_getCoordinate() 633 local_rect->dHeight = pPriv->display_height - desty; in psb_extendMode_getCoordinate() 640 if ((desty + *x11_window_height) > pPriv->display_height) in psb_extendMode_getCoordinate() 641 local_rect->dHeight = *x11_window_height = pPriv->display_height - desty; in psb_extendMode_getCoordinate() [all …]
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
D | intel_m4v_config_parser.cpp | 107 …t8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height) 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 …e *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profil… in iDecodeVOLHeader() argument 393 *display_height = (int32)codeword; in iDecodeVOLHeader() 396 *height = (*display_height + 15) & -16; in iDecodeVOLHeader() 404 iDecodeShortHeader(psBits, width, height, display_width, display_height); in iDecodeVOLHeader() 432 int32 *display_height) in iDecodeShortHeader() argument 503 *display_height = *height; in iDecodeShortHeader() 549 *display_height = *height; 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() 92 aOutputs->height = (uint32)display_height; in intel_video_config_parser() 108 int32 width, height, display_width, display_height = 0; in intel_video_config_parser() local 144 (int*) & display_height, in intel_video_config_parser() 152 aOutputs->height = (uint32)display_height; in intel_video_config_parser()
|
D | intel_m4v_config_parser.h | 92 …e *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profil…
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
D | ti_m4v_config_parser.cpp | 102 …t8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height) 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 …e *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profil… in iDecodeVOLHeader() argument 406 *display_height = (int32)codeword; in iDecodeVOLHeader() 409 *height = (*display_height + 15) & -16; in iDecodeVOLHeader() 417 iDecodeShortHeader(psBits, width, height, display_width, display_height); in iDecodeVOLHeader() 447 int32 *display_height) in iDecodeShortHeader() argument 518 *display_height = *height; in iDecodeShortHeader() 564 *display_height = *height; 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() 91 aOutputs->height = (uint32)display_height; in ti_video_config_parser() 108 int32 width, height, display_width, display_height = 0; in ti_video_config_parser() local 145 (int*) & display_height, in ti_video_config_parser() 154 aOutputs->height = (uint32)display_height; in ti_video_config_parser()
|
/hardware/intel/img/psb_video/src/ |
D | tng_yuv_processor.h | 33 uint32_t display_height; /* height of the image */ member 45 uint32_t display_height; member
|
D | tng_yuv_processor.c | 131 …TE(reg_value, MSVDX_CMDS, DISPLAY_PICTURE_SIZE, DISPLAY_PICTURE_HEIGHT, (ctx->display_height) - 1); in tng__yuv_processor_process() 213 ctx->display_height = (surface_params->display_height + 0xf) & ~0xf; in tng__yuv_processor_execute() 249 ctx->display_height = ((obj_surface->height + 0xf) & ~0xf); in tng__yuv_processor_execute() 251 ctx->coded_height = ctx->display_height; 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 | 299 int display_height; member
|
D | tng_vld_dec.c | 495 surface_param.display_height = obj_context->current_render_target->buffer_height_s; in vld_dec_yuv_rotate()
|
D | psb_overlay.c | 884 pPriv->height_save = pPriv->display_height; in I830PutImageFlipRotateSurface() 886 pPriv->width_save = pPriv->display_height; in I830PutImageFlipRotateSurface()
|
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
D | ti_m4v_config_parser.h | 128 …e *psBits, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profil…
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxdec.c | 854 int display_height = vpx_input_ctx.height; in main_loop() local 855 if (!display_width || !display_height) { in main_loop() 861 display_height = img->d_h; in main_loop() 864 display_height = display_size[1]; in main_loop() 868 display_height, 16); in main_loop()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/ |
D | nestegg.h | 131 unsigned int display_height; /**< Display height of the video frame in pixels. */ member
|
/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 | 80 int display_height; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/ |
D | nestegg.c | 217 struct ebml_type display_height; member 398 E_FIELD(ID_DISPLAY_HEIGHT, TYPE_UINT, struct video, display_height), 2142 ne_get_uint32(entry->video.display_height, &value); in nestegg_track_video_params() 2143 params->display_height = value; in nestegg_track_video_params()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_dx_iface.c | 539 display_size[1] = cm->display_height; in get_display_size()
|
/hardware/qcom/camera/ |
D | QCamera_Intf.h | 236 uint16_t display_height; /* height of display */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvmuxer.hpp | 423 uint64 display_height() const { return display_height_; } in display_height() function in mkvmuxer::VideoTrack
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 982 cm->height != cm->display_height; 986 vp9_wb_write_literal(wb, cm->display_height - 1, 16);
|
D | vp9_onyx_if.c | 950 cm->display_height = cpi->oxcf.height; in vp9_change_config()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 612 cm->display_height = cm->height; in setup_display_size() 614 read_frame_size(rb, &cm->display_width, &cm->display_height); in setup_display_size()
|