OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_first_frame
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/libmix/mix_video/src/
mixframemanager.h
50
gboolean
is_first_frame
;
member in struct:_MixFrameManager
mixframemanager.c
43
self->
is_first_frame
= TRUE;
312
fm->
is_first_frame
= TRUE;
445
if (fm->
is_first_frame
) {
457
fm->
is_first_frame
= FALSE;
542
fm->
is_first_frame
= TRUE;
611
if (fm->
is_first_frame
) {
620
fm->
is_first_frame
= FALSE;
/external/compiler-rt/lib/asan/scripts/
asan_symbolize.py
161
is_first_frame
= True
165
if
is_first_frame
:
166
is_first_frame
= False
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc
589
bool
is_first_frame
= false;
local
591
is_first_frame
=
594
is_first_frame
= layer_id.spatial_layer_id == 0;
597
if (
is_first_frame
) {
[
all
...]
Completed in 3524 milliseconds