Searched refs:is_first_frame (Results 1 – 7 of 7) sorted by relevance
/external/webp/src/mux/ |
D | anim_encode.c | 540 int is_first_frame, int empty_rect_allowed, in GetSubRect() argument 544 if (!is_key_frame || is_first_frame) { // Optimize frame rectangle. in GetSubRect() 571 int is_first_frame, float quality, in GetSubRects() argument 578 if (!GetSubRect(prev_canvas, curr_canvas, is_key_frame, is_first_frame, in GetSubRects() 585 return GetSubRect(prev_canvas, curr_canvas, is_key_frame, is_first_frame, in GetSubRects() 1071 const int is_first_frame = enc->is_first_frame_; in SetFrame() local 1075 const int empty_rect_allowed_none = !is_first_frame; in SetFrame() 1111 if (!GetSubRects(prev_canvas, curr_canvas, is_key_frame, is_first_frame, in SetFrame() 1134 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/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_encoder.cc | 66 int is_first_frame; member 102 type = st->is_first_frame ? GRPC_CHTTP2_FRAME_HEADER in finish_frame() 111 st->is_first_frame = 0; in finish_frame() 677 st.is_first_frame = 1; in grpc_chttp2_encode_header()
|
D | parsing.cc | 255 if (t->is_first_frame && in init_frame_parser() 265 t->is_first_frame = false; in init_frame_parser()
|
D | internal.h | 414 bool is_first_frame; member
|
D | chttp2_transport.cc | 482 t->is_first_frame = true; in init_transport()
|
/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()
|