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

  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vpx_temporal_svc_encoder.c 145 cfg->ts_periodicity = 1;
158 cfg->ts_periodicity = 2;
182 cfg->ts_periodicity = 3;
199 cfg->ts_periodicity = 6;
220 cfg->ts_periodicity = 4;
240 cfg->ts_periodicity = 4;
261 cfg->ts_periodicity = 4;
281 cfg->ts_periodicity = 16;
312 cfg->ts_periodicity = 2;
347 cfg->ts_periodicity = 4
    [all...]
  /external/libvpx/libvpx/examples/
vpx_temporal_scalable_patterns.c 136 cfg->ts_periodicity = 1;
149 cfg->ts_periodicity = 2;
173 cfg->ts_periodicity = 3;
190 cfg->ts_periodicity = 6;
211 cfg->ts_periodicity = 4;
231 cfg->ts_periodicity = 4;
252 cfg->ts_periodicity = 4;
272 cfg->ts_periodicity = 16;
303 cfg->ts_periodicity = 2;
338 cfg->ts_periodicity = 4
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vpx_temporal_scalable_patterns.c 136 cfg->ts_periodicity = 1;
149 cfg->ts_periodicity = 2;
173 cfg->ts_periodicity = 3;
190 cfg->ts_periodicity = 6;
211 cfg->ts_periodicity = 4;
231 cfg->ts_periodicity = 4;
252 cfg->ts_periodicity = 4;
272 cfg->ts_periodicity = 16;
303 cfg->ts_periodicity = 2;
338 cfg->ts_periodicity = 4
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
default_temporal_layers.cc 56 cfg->ts_periodicity = temporal_ids_length_;
70 cfg->ts_periodicity = temporal_ids_length_;
97 cfg->ts_periodicity = temporal_ids_length_;
132 cfg->ts_periodicity = temporal_ids_length_;
realtime_temporal_layers.cc 127 cfg->ts_periodicity = layer_ids_length_;
147 cfg->ts_periodicity = layer_ids_length_;
168 cfg->ts_periodicity = layer_ids_length_;
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 193 vp8_seq->ts_periodicity = 0;
517 drv_debug_msg(VIDEO_DEBUG_ERROR, "ts_periodicity shoulde be 1 - 32\n");
537 seq->ts_periodicity = tslayer_param->periodicity;
539 for (i = 0; i < seq->ts_periodicity; i++)
    [all...]
vsp_fw.h 584 uint32_t ts_periodicity; member in struct:VssVp8encSequenceParameterBuffer
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.cpp 199 mCodecConfiguration->ts_periodicity = 1;
210 mCodecConfiguration->ts_periodicity = 2;
230 mCodecConfiguration->ts_periodicity = 4;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 231 RANGE_CHECK_HI(cfg, ts_periodicity, 16);
358 oxcf->periodicity = cfg.ts_periodicity;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_encoder.h 699 * ts_periodicity = 8, then the frames are assigned to coding layers with a
702 unsigned int ts_periodicity; member in struct:vpx_codec_enc_cfg
709 * ts_periodicity=8, then ts_layer_id = (0,1,0,1,0,1,0,1).
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 241 RANGE_CHECK_HI(cfg, ts_periodicity, 16);
368 oxcf->periodicity = cfg.ts_periodicity;
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 644 * ts_periodicity = 8, then the frames are assigned to coding layers with a
647 unsigned int ts_periodicity; member in struct:vpx_codec_enc_cfg
654 * ts_periodicity=8, then ts_layer_id = (0,1,0,1,0,1,0,1).
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 241 RANGE_CHECK_HI(cfg, ts_periodicity, 16);
370 oxcf->periodicity = cfg.ts_periodicity;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_encoder.h 644 * ts_periodicity = 8, then the frames are assigned to coding layers with a
647 unsigned int ts_periodicity; member in struct:vpx_codec_enc_cfg
654 * ts_periodicity=8, then ts_layer_id = (0,1,0,1,0,1,0,1).
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c     [all...]
  /hardware/intel/common/libva/va/
va.h     [all...]

Completed in 621 milliseconds