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

  /external/webrtc/webrtc/modules/video_coding/
decoding_state.h 59 bool ContinuousLayer(int temporal_id, int tl0_pic_id) const;
decoding_state.cc 232 bool VCMDecodingState::ContinuousLayer(int temporal_id, int tl0_pic_id) const {
234 if (temporal_id == kNoTemporalIdx || tl0_pic_id == kNoTl0PicIdx)
239 temporal_id == 0)
243 if (temporal_id != 0)
  /hardware/intel/common/libva/va/
va_enc_vp8.h 132 unsigned int temporal_id : 8; member in struct:_VAEncPictureParameterBufferVP8::__anon30458::__anon30459
va_enc_h264.h 664 uint8_t temporal_id; member in struct:_VAEncSequenceParameterBufferH264_MVC::H264SPSExtMVCLevelValue::H264SPSExtMVCLevelValueOps
va.h 792 * for each layer, using the temporal_id field as the layer identifier
1447 unsigned int temporal_id : 8; member in struct:_VAEncMiscParameterRateControl::__anon30361::__anon30362
1465 unsigned int temporal_id : 8; member in struct:_VAEncMiscParameterFrameRate::__anon30363::__anon30364
2547 unsigned char temporal_id; member in struct:_VAParseSliceHeaderGroupBuffer
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 388 int spatial_id, temporal_id; local
393 temporal_id = cpi->svc.temporal_layer_id =
398 if (!temporal_id) {
403 } else if (cpi->svc.layer_context[temporal_id].is_key_frame) {
409 } else if (temporal_id == 1) {
448 if (temporal_id == 0) {
455 } else if (temporal_id == 1) {
474 int spatial_id, temporal_id; local
476 temporal_id = cpi->svc.temporal_layer_id =
481 if (!temporal_id) {
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.cpp 168 misc_rate_ctrl->rc_flags.bits.temporal_id = layer_id;
211 misc_framerate->framerate_flags.bits.temporal_id = layer_id;
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 584 layer_id = frame_rate_param->framerate_flags.bits.temporal_id % 3;
643 layer_id = rate_control_param->rc_flags.bits.temporal_id % 3;
    [all...]

Completed in 901 milliseconds