Searched refs:is_first_frame (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/modules/video_coding/utility/ |
D | ivf_file_reader.cc | 126 bool is_first_frame = num_read_frames_ == 0; in NextFrame() local 170 if (is_first_frame) { in NextFrame()
|
/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/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_encoder.cc | 263 int is_first_frame; member 321 static_cast<uint8_t>(st->is_first_frame ? GRPC_CHTTP2_FRAME_HEADER in finish_frame() 330 flags = static_cast<uint8_t>(st->is_first_frame && st->is_end_of_stream in finish_frame() 342 st->is_first_frame = 0; in finish_frame() 852 st.is_first_frame = 1; in grpc_chttp2_encode_header()
|
D | parsing.cc | 254 if (t->is_first_frame && in init_frame_parser() 262 t->is_first_frame = false; in init_frame_parser()
|
D | internal.h | 422 bool is_first_frame = true; member
|
/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/llvm-project/compiler-rt/lib/asan/scripts/ |
D | asan_symbolize.py | 177 is_first_frame = True 192 if is_first_frame: 193 is_first_frame = False
|