OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vret
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c
172
VAStatus
vret
= VA_STATUS_SUCCESS;
local
284
vret
= vaQueryConfigProfiles(vadisplay, profiles,
286
if (!(
vret
== VA_STATUS_SUCCESS))
381
vret
= vaQueryConfigEntrypoints(vadisplay, profiles[vaprof],
383
if (!(
vret
== VA_STATUS_SUCCESS))
407
vret
= vaGetConfigAttributes(vadisplay, profiles[vaprof],
415
vret
!= VA_STATUS_SUCCESS)
423
vret
= vaCreateConfig(vadisplay, profiles[vaprof],
426
if (!(
vret
== VA_STATUS_SUCCESS))
473
vret
= vaCreateSurfaces(vadisplay, (data->pic_data[0].pic_parms->picture_width_in_mbs_minus1 + 1) * 16,
1025
VAStatus
vret
= VA_STATUS_SUCCESS;
local
[
all
...]
mixvideoformat_vc1.c
262
VAStatus
vret
= VA_STATUS_SUCCESS;
local
383
vret
= vaQueryConfigProfiles(vadisplay, profiles,
385
if (!(
vret
== VA_STATUS_SUCCESS))
434
vret
= vaQueryConfigEntrypoints(vadisplay, profiles[vaprof],
436
if (!(
vret
== VA_STATUS_SUCCESS))
460
vret
= vaGetConfigAttributes(vadisplay, profiles[vaprof],
468
vret
!= VA_STATUS_SUCCESS)
476
vret
= vaCreateConfig(vadisplay, profiles[vaprof],
479
if (!(
vret
== VA_STATUS_SUCCESS))
527
vret
= vaCreateSurfaces(vadisplay, parent->picture_width
924
VAStatus
vret
= VA_STATUS_SUCCESS;
local
[
all
...]
Completed in 68 milliseconds