OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_surfaces
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_subpicture.c
121
vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *
target_surfaces
,
137
VASurfaceID *
target_surfaces
, int num_surfaces)
va_private.h
133
VASurfaceID *
target_surfaces
,
144
VAStatus vlVaDeassociateSubpicture(VADriverContextP ctx,VASubpictureID subpicture,VASurfaceID *
target_surfaces
,int num_surfaces);
/external/mesa3d/src/gallium/state_trackers/va/
va_subpicture.c
121
vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *
target_surfaces
,
137
VASurfaceID *
target_surfaces
, int num_surfaces)
va_private.h
133
VASurfaceID *
target_surfaces
,
144
VAStatus vlVaDeassociateSubpicture(VADriverContextP ctx,VASubpictureID subpicture,VASurfaceID *
target_surfaces
,int num_surfaces);
/external/chromium_org/third_party/libva/va/
va_backend.h
320
VASurfaceID *
target_surfaces
,
340
VASurfaceID *
target_surfaces
,
va.h
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c
677
struct pipe_surface **
target_surfaces
;
local
698
target_surfaces
= target->get_surfaces(target);
709
if (!
target_surfaces
[i]) continue;
711
vl_mc_set_surface(&buf->mc[i],
target_surfaces
[i]);
739
if (!
target_surfaces
[i]) continue;
741
nr_components = util_format_get_nr_components(
target_surfaces
[i]->texture->format);
[
all
...]
/external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c
677
struct pipe_surface **
target_surfaces
;
local
698
target_surfaces
= target->get_surfaces(target);
709
if (!
target_surfaces
[i]) continue;
711
vl_mc_set_surface(&buf->mc[i],
target_surfaces
[i]);
739
if (!
target_surfaces
[i]) continue;
741
nr_components = util_format_get_nr_components(
target_surfaces
[i]->texture->format);
[
all
...]
Completed in 78 milliseconds