Searched refs:is_first_frame (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/mux/ |
D | anim_encode.c | 540 int is_first_frame, int empty_rect_allowed, in GetSubRect() argument 543 if (!is_key_frame || is_first_frame) { // Optimize frame rectangle. in GetSubRect() 570 int is_first_frame, float quality, in GetSubRects() argument 577 if (!GetSubRect(prev_canvas, curr_canvas, is_key_frame, is_first_frame, in GetSubRects() 584 return GetSubRect(prev_canvas, curr_canvas, is_key_frame, is_first_frame, in GetSubRects() 1070 const int is_first_frame = enc->is_first_frame_; in SetFrame() local 1074 const int empty_rect_allowed_none = !is_first_frame; in SetFrame() 1110 if (!GetSubRects(prev_canvas, curr_canvas, is_key_frame, is_first_frame, in SetFrame() 1133 is_first_frame, config_lossy.quality, in SetFrame()
|
/external/compiler-rt/lib/asan/scripts/ |
D | 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/ |
D | vp9_impl.cc | 589 bool is_first_frame = false; in PopulateCodecSpecific() local 591 is_first_frame = in PopulateCodecSpecific() 594 is_first_frame = layer_id.spatial_layer_id == 0; in PopulateCodecSpecific() 597 if (is_first_frame) { in PopulateCodecSpecific()
|