Home
last modified time | relevance | path

Searched refs:fixed_vop_time_increment (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/common/libmix/mix_video/src/
Dmixvideoconfigparamsenc_mpeg4.c54 self->fixed_vop_time_increment = 3; in mix_videoconfigparamsenc_mpeg4_init()
168 this_target->fixed_vop_time_increment= this_src->fixed_vop_time_increment; in mix_videoconfigparamsenc_mpeg4_copy()
213 if (this_first->fixed_vop_time_increment!= this_second->fixed_vop_time_increment) { in mix_videoconfigparamsencenc_mpeg4_equal()
274 guint fixed_vop_time_increment) { in mix_videoconfigparamsenc_mpeg4_set_fixed_vti() argument
276 obj->fixed_vop_time_increment = fixed_vop_time_increment; in mix_videoconfigparamsenc_mpeg4_set_fixed_vti()
281 guint * fixed_vop_time_increment) { in mix_videoconfigparamsenc_mpeg4_get_fixed_vti() argument
282 MIX_VIDEOCONFIGPARAMSENC_MPEG4_GETTER_CHECK_INPUT (obj, fixed_vop_time_increment); in mix_videoconfigparamsenc_mpeg4_get_fixed_vti()
283 *fixed_vop_time_increment = obj->fixed_vop_time_increment; in mix_videoconfigparamsenc_mpeg4_get_fixed_vti()
Dmixvideoconfigparamsenc_mpeg4.h75 guint fixed_vop_time_increment; member
147 guint fixed_vop_time_increment);
150 guint * fixed_vop_time_increment);
Dmixvideoformatenc_mpeg4.h51 guint fixed_vop_time_increment; member
Dmixvideoformatenc_mpeg4.c219 &(self->fixed_vop_time_increment)); in mix_videofmtenc_mpeg4_initialize()
247 self->fixed_vop_time_increment); in mix_videofmtenc_mpeg4_initialize()
952 mpeg4_seq_param.fixed_vop_time_increment= mix->fixed_vop_time_increment; in mix_videofmtenc_mpeg4_send_seq_params()
981 mpeg4_seq_param.fixed_vop_time_increment); in mix_videofmtenc_mpeg4_send_seq_params()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderMP4.cpp141 mp4SequenceParams.fixed_vop_time_increment= mFixedVOPTimeIncrement; in renderSequenceParams()
157 LOG_I("fixed_vop_time_increment = %d\n", mp4SequenceParams.fixed_vop_time_increment); in renderSequenceParams()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
Dviddec_mp4_shortheader.c93 vol->fixed_vop_time_increment = 1001; in mp4_Parse_VideoObject_svh()
Dviddec_mp4_videoobjectlayer.c532 vidObjLay->fixed_vop_time_increment = code; in mp4_Parse_VideoObjectLayer()
582 … viddec_fw_mp4_vol_set_fixed_vop_time_increment(&wi.mp4_vol, vidObjLay->fixed_vop_time_increment); in mp4_Parse_VideoObjectLayer()
Dviddec_mp4_parse.h357 uint16_t fixed_vop_time_increment; member
/hardware/intel/img/psb_video/src/
Dpnw_MPEG4ES.c295 seq_params->fixed_vop_time_increment, /*3,*/ /* sFixed_vop_time_increment */ in pnw__MPEG4ES_process_sequence_param()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_MPEG4ES.c257 seq_params->fixed_vop_time_increment, /*3,*/ /* sFixed_vop_time_increment */ in lnc__MPEG4ES_process_sequence_param()
/hardware/intel/common/libva/va/
Dva.h2340 unsigned int fixed_vop_time_increment; member
Dva_trace.c1130 va_TraceMsg(trace_ctx, "\tfixed_vop_time_increment = %d\n", p->fixed_vop_time_increment); in va_TraceVAEncSequenceParameterBufferMPEG4()