OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vlsurf
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
decode.c
426
vlVdpSurface *
vlsurf
;
local
449
vlsurf
= (vlVdpSurface *)vlGetDataHTAB(target);
450
if (!
vlsurf
)
453
if (
vlsurf
->device != vldecoder->device)
456
if (
vlsurf
->video_buffer != NULL &&
vlsurf
->video_buffer->chroma_format != dec->chroma_format)
460
pipe_mutex_lock(
vlsurf
->device->mutex);
465
if (
vlsurf
->video_buffer == NULL ||
466
!screen->is_video_format_supported(screen,
vlsurf
->video_buffer->buffer_format, dec->profile) ||
467
!buffer_support[
vlsurf
->video_buffer->interlaced])
[
all
...]
surface.c
347
vlVdpVideoSurfaceClear(vlVdpSurface *
vlsurf
)
349
struct pipe_context *pipe =
vlsurf
->device->context;
353
if (!
vlsurf
->video_buffer)
356
surfaces =
vlsurf
->video_buffer->get_surfaces(
vlsurf
->video_buffer);
363
if (i > !!
vlsurf
->templat.interlaced)
vdpau_private.h
437
void vlVdpVideoSurfaceClear(vlVdpSurface *
vlsurf
);
/external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c
426
vlVdpSurface *
vlsurf
;
local
449
vlsurf
= (vlVdpSurface *)vlGetDataHTAB(target);
450
if (!
vlsurf
)
453
if (
vlsurf
->device != vldecoder->device)
456
if (
vlsurf
->video_buffer != NULL &&
vlsurf
->video_buffer->chroma_format != dec->chroma_format)
460
pipe_mutex_lock(
vlsurf
->device->mutex);
465
if (
vlsurf
->video_buffer == NULL ||
466
!screen->is_video_format_supported(screen,
vlsurf
->video_buffer->buffer_format, dec->profile) ||
467
!buffer_support[
vlsurf
->video_buffer->interlaced])
[
all
...]
surface.c
347
vlVdpVideoSurfaceClear(vlVdpSurface *
vlsurf
)
349
struct pipe_context *pipe =
vlsurf
->device->context;
353
if (!
vlsurf
->video_buffer)
356
surfaces =
vlsurf
->video_buffer->get_surfaces(
vlsurf
->video_buffer);
363
if (i > !!
vlsurf
->templat.interlaced)
vdpau_private.h
437
void vlVdpVideoSurfaceClear(vlVdpSurface *
vlsurf
);
Completed in 898 milliseconds