OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:havebframes
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/mix_video/src/
mixvideoformat_vc1.h
39
gboolean
haveBframes
;
mixvideoformat_vc1.c
501
self->
haveBframes
= TRUE;
503
self->
haveBframes
= FALSE;
509
parent->va_num_surfaces = 1 + extra_surfaces + ((3 + (self->
haveBframes
? 1 : 0) <
511
(3 + (self->
haveBframes
? 1 : 0))
1087
if (!self->
haveBframes
) //We don't expect B frames and have not allocated a surface
[
all
...]
Completed in 397 milliseconds