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

  /external/webrtc/webrtc/modules/video_coding/codecs/interface/
video_codec_interface.h 61 bool temporal_up_switch; member in struct:webrtc::CodecSpecificInfoVP9
  /external/webrtc/webrtc/modules/video_coding/include/
video_codec_interface.h 59 bool temporal_up_switch; member in struct:webrtc::CodecSpecificInfoVP9
  /external/webrtc/webrtc/modules/include/
module_common_types.h 85 temporal_up_switch[0] = false;
92 temporal_up_switch[0] = false;
97 temporal_up_switch[1] = true;
104 temporal_up_switch[0] = false;
109 temporal_up_switch[1] = true;
114 temporal_up_switch[2] = true;
119 temporal_up_switch[3] = false;
133 temporal_up_switch[i] = src.temporal_up_switch[i];
143 bool temporal_up_switch[kMaxVp9FramesInGof] member in struct:webrtc::GofInfoVP9
182 bool temporal_up_switch; \/\/ True if upswitch to higher frame rate is possible member in struct:webrtc::RTPVideoHeaderVP9
    [all...]

Completed in 161 milliseconds