Searched refs:subtitle (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/img/psb_video/src/x11/ |
D | psb_ctexture.c | 241 psb_extvideo_subtitle subtitle = NOSUBTITLE; in psb_putsurface_ctexture() local 392 …psb_xrandr_extvideo_prop(&xres, &yres, &xoffset, &yoffset, ¢er, &subtitle, &overscanmode, &pan… in psb_putsurface_ctexture() 408 if (subtitle == BOTH || subtitle == ONLY_HDMI) in psb_putsurface_ctexture() 467 if (subtitle == BOTH || (subtitle == NOSUBTITLE && obj_surface->subpic_count)) in psb_putsurface_ctexture() 486 if (subtitle == BOTH || (subtitle == NOSUBTITLE && obj_surface->subpic_count)) in psb_putsurface_ctexture() 504 if (subtitle == BOTH || (subtitle == NOSUBTITLE && obj_surface->subpic_count)) in psb_putsurface_ctexture()
|
D | psb_xrandr.h | 178 … unsigned int *yoffset, psb_extvideo_center *center, psb_extvideo_subtitle *subtitle,
|
D | psb_coverlay.c | 393 psb_extvideo_subtitle subtitle in psb_DisplayRGBASubpicture() argument 502 (subtitle == ONLY_HDMI || subtitle == BOTH)) { in psb_DisplayRGBASubpicture() 909 psb_extvideo_subtitle subtitle; in psb_putsurface_coverlay() local 1208 …psb_xrandr_extvideo_prop(&xres, &yres, &xoffset, &yoffset, ¢er, &subtitle, &overscanmode, &pan… in psb_putsurface_coverlay() 1292 … surfacex, surfacey, obj_surface->width, obj_surface->height, subtitle); in psb_putsurface_coverlay()
|
D | psb_xrandr.c | 648 … unsigned int *yoffset, psb_extvideo_center *center, psb_extvideo_subtitle *subtitle, in psb_xrandr_extvideo_prop() argument 663 *subtitle = psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_SubTitle; in psb_xrandr_extvideo_prop()
|
/hardware/intel/img/psb_video/src/ |
D | psb_texture.h | 144 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle,
|
D | psb_texture.c | 526 int src_h, int dst_x, int dst_y, int dst_w, int dst_h, unsigned int subtitle, 637 if (subtitle == 1 && obj_surface->subpic_count) {
|