HomeSort by relevance Sort by last modified time
    Searched refs:ts_periodicity (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 170 cfg->ts_periodicity = 1;
183 cfg->ts_periodicity = 2;
209 cfg->ts_periodicity = 3;
227 cfg->ts_periodicity = 6;
247 cfg->ts_periodicity = 4;
268 cfg->ts_periodicity = 4;
290 cfg->ts_periodicity = 4;
311 cfg->ts_periodicity = 16;
335 cfg->ts_periodicity = 2;
370 cfg->ts_periodicity = 4
    [all...]
vp8_multi_resolution_encoder.c 174 cfg->ts_periodicity = 1;
187 cfg->ts_periodicity = 2;
235 cfg->ts_periodicity = 4;
569 layer_id = cfg[i].ts_layer_id[frame_cnt % cfg[i].ts_periodicity];
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
default_temporal_layers.cc 56 cfg->ts_periodicity = temporal_ids_length_;
69 cfg->ts_periodicity = temporal_ids_length_;
95 cfg->ts_periodicity = temporal_ids_length_;
129 cfg->ts_periodicity = temporal_ids_length_;
realtime_temporal_layers.cc 130 cfg->ts_periodicity = layer_ids_length_;
152 cfg->ts_periodicity = layer_ids_length_;
175 cfg->ts_periodicity = layer_ids_length_;
  /external/libvpx/libvpx/test/
error_resilience_test.cc 305 cfg_.ts_periodicity = 2;
352 cfg_.ts_periodicity = 2;
547 cfg_.ts_periodicity = 4;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 672 * ts_periodicity = 8, then the frames are assigned to coding layers with a
675 unsigned int ts_periodicity; member in struct:vpx_codec_enc_cfg
682 * ts_periodicity=8, then ts_layer_id = (0,1,0,1,0,1,0,1).
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 193 vp8_seq->ts_periodicity = 0;
521 drv_debug_msg(VIDEO_DEBUG_ERROR, "ts_periodicity shoulde be 1 - 32\n");
541 seq->ts_periodicity = tslayer_param->periodicity;
543 for (i = 0; i < seq->ts_periodicity; i++)
    [all...]
vsp_fw.h 586 uint32_t ts_periodicity; member in struct:VssVp8encSequenceParameterBuffer
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 179 mCodecConfiguration->ts_periodicity = 1;
190 mCodecConfiguration->ts_periodicity = 2;
210 mCodecConfiguration->ts_periodicity = 4;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 340 config_->ts_periodicity = 1;
348 config_->ts_periodicity = 2;
358 config_->ts_periodicity = 4;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 232 RANGE_CHECK_HI(cfg, ts_periodicity, 16);
347 oxcf->periodicity = cfg.ts_periodicity;
    [all...]

Completed in 613 milliseconds