Searched defs:temporal_up_switch (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/interface/
H A Dvideo_codec_interface.h61 bool temporal_up_switch; member in struct:webrtc::CodecSpecificInfoVP9
/external/webrtc/webrtc/modules/video_coding/include/
H A Dvideo_codec_interface.h59 bool temporal_up_switch; member in struct:webrtc::CodecSpecificInfoVP9
/external/webrtc/webrtc/modules/include/
H A Dmodule_common_types.h85 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[kMaxVp9FramesInGo 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 297 milliseconds