Searched defs:temporal_layers (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dsvc_context.h35 int temporal_layers; // number of temporal layers member in struct:__anon13215
/external/chromium_org/third_party/webrtc/
H A Dconfig.cc42 ss << ", temporal_layers: {";
43 for (size_t i = 0; i < temporal_layers.size(); ++i) {
44 ss << temporal_layers[i]; local
45 if (i != temporal_layers.size() - 1)
H A Dconfig.h108 std::vector<int> temporal_layers; member in struct:webrtc::VideoStream
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Ddefault_temporal_layers.cc288 int temporal_layers,
290 return new DefaultTemporalLayers(temporal_layers, initial_tl0_pic_idx);
287 Create( int temporal_layers, uint8_t initial_tl0_pic_idx) const argument

Completed in 271 milliseconds