HomeSort by relevance Sort by last modified time
    Searched defs:is_first_frame (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/libmix/mix_video/src/
mixframemanager.h 50 gboolean is_first_frame; member in struct:_MixFrameManager
  /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...]
  /external/webp/src/mux/
anim_encode.c 540 int is_first_frame, int empty_rect_allowed,
543 if (!is_key_frame || is_first_frame) { // Optimize frame rectangle.
570 int is_first_frame, float quality,
577 if (!GetSubRect(prev_canvas, curr_canvas, is_key_frame, is_first_frame,
584 return GetSubRect(prev_canvas, curr_canvas, is_key_frame, is_first_frame,
1070 const int is_first_frame = enc->is_first_frame_; local
    [all...]

Completed in 461 milliseconds