Home
last modified time | relevance | path

Searched refs:is_first_frame (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/mux/
Danim_encode.c540 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/
Dasan_symbolize.py161 is_first_frame = True
165 if is_first_frame:
166 is_first_frame = False
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc66 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()
Dparsing.cc255 if (t->is_first_frame && in init_frame_parser()
265 t->is_first_frame = false; in init_frame_parser()
Dinternal.h414 bool is_first_frame; member
Dchttp2_transport.cc482 t->is_first_frame = true; in init_transport()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc589 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()