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

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoconfigparamsenc_mpeg4.c54 self->fixed_vop_time_increment = 3;
168 this_target->fixed_vop_time_increment= this_src->fixed_vop_time_increment;
213 if (this_first->fixed_vop_time_increment!= this_second->fixed_vop_time_increment) {
274 guint fixed_vop_time_increment) {
276 obj->fixed_vop_time_increment = fixed_vop_time_increment;
281 guint * fixed_vop_time_increment) {
282 MIX_VIDEOCONFIGPARAMSENC_MPEG4_GETTER_CHECK_INPUT (obj, fixed_vop_time_increment);
273 mix_videoconfigparamsenc_mpeg4_set_fixed_vti(MixVideoConfigParamsEncMPEG4 * obj, guint fixed_vop_time_increment) argument
280 mix_videoconfigparamsenc_mpeg4_get_fixed_vti(MixVideoConfigParamsEncMPEG4 * obj, guint * fixed_vop_time_increment) argument
[all...]
H A Dmixvideoconfigparamsenc_mpeg4.h75 guint fixed_vop_time_increment; member in struct:_MixVideoConfigParamsEncMPEG4
147 guint fixed_vop_time_increment);
150 guint * fixed_vop_time_increment);
H A Dmixvideoformatenc_mpeg4.h51 guint fixed_vop_time_increment; member in struct:_MixVideoFormatEnc_MPEG4
H A Dmixvideoformatenc_mpeg4.c219 &(self->fixed_vop_time_increment));
246 LOG_I( "self->fixed_vop_time_increment = %d\n\n",
247 self->fixed_vop_time_increment);
952 mpeg4_seq_param.fixed_vop_time_increment= mix->fixed_vop_time_increment;
980 LOG_I( "fixed_vop_time_increment = %d\n",
981 mpeg4_seq_param.fixed_vop_time_increment);
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderMP4.cpp141 mp4SequenceParams.fixed_vop_time_increment= mFixedVOPTimeIncrement;
157 LOG_I("fixed_vop_time_increment = %d\n", mp4SequenceParams.fixed_vop_time_increment);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
H A Dviddec_mp4_shortheader.c93 vol->fixed_vop_time_increment = 1001;
H A Dviddec_mp4_videoobjectlayer.c532 vidObjLay->fixed_vop_time_increment = code;
582 viddec_fw_mp4_vol_set_fixed_vop_time_increment(&wi.mp4_vol, vidObjLay->fixed_vop_time_increment);
H A Dviddec_mp4_parse.h357 uint16_t fixed_vop_time_increment; member in struct:__anon585
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_MPEG4ES.c257 seq_params->fixed_vop_time_increment, /*3,*/ /* sFixed_vop_time_increment */
/hardware/intel/img/psb_video/src/
H A Dpnw_MPEG4ES.c295 seq_params->fixed_vop_time_increment, /*3,*/ /* sFixed_vop_time_increment */
/hardware/intel/common/libva/va/
H A Dva.h2340 unsigned int fixed_vop_time_increment; member in struct:_VAEncSequenceParameterBufferMPEG4
H A Dva_trace.c1125 va_TraceMsg(trace_ctx, "\tfixed_vop_time_increment = %d\n", p->fixed_vop_time_increment);

Completed in 67 milliseconds