OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:put_surface
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/common/libva/test/common/
va_display.h
38
VAStatus (*
put_surface
) (VADisplay va_dpy, VASurfaceID surface,
member in struct:__anon31182
va_display.c
163
if (g_display_hooks && g_display_hooks->
put_surface
)
164
return g_display_hooks->
put_surface
(va_dpy, surface, src_rect, dst_rect);
/hardware/intel/img/psb_video/src/android/
psb_output_android.c
89
char
put_surface
[1024];
local
119
if (psb_parse_config("PSB_VIDEO_CTEXTURES", &
put_surface
[0]) == 0) {
124
if (psb_parse_config("PSB_VIDEO_COVERLAY", &
put_surface
[0]) == 0) {
Completed in 62 milliseconds