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

  /hardware/intel/common/libmix/mix_video/src/
mixvideoconfigparamsenc_mpeg4.c 54 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);
    [all...]
mixvideoconfigparamsenc_mpeg4.h 75 guint fixed_vop_time_increment; member in struct:_MixVideoConfigParamsEncMPEG4
147 guint fixed_vop_time_increment);
150 guint * fixed_vop_time_increment);
mixvideoformatenc_mpeg4.h 51 guint fixed_vop_time_increment; member in struct:_MixVideoFormatEnc_MPEG4
mixvideoformatenc_mpeg4.c 219 &(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);
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderMP4.cpp 141 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/
viddec_mp4_shortheader.c 93 vol->fixed_vop_time_increment = 1001;
viddec_mp4_videoobjectlayer.c 532 vidObjLay->fixed_vop_time_increment = code;
582 viddec_fw_mp4_vol_set_fixed_vop_time_increment(&wi.mp4_vol, vidObjLay->fixed_vop_time_increment);
viddec_mp4_parse.h 357 uint16_t fixed_vop_time_increment; member in struct:__anon23667
  /hardware/intel/img/psb_video/src/mrst/
lnc_MPEG4ES.c 257 seq_params->fixed_vop_time_increment, /*3,*/ /* sFixed_vop_time_increment */
  /hardware/intel/img/psb_video/src/
pnw_MPEG4ES.c 295 seq_params->fixed_vop_time_increment, /*3,*/ /* sFixed_vop_time_increment */
  /hardware/intel/common/libva/va/
va.h 2340 unsigned int fixed_vop_time_increment; member in struct:_VAEncSequenceParameterBufferMPEG4
    [all...]
va_trace.c     [all...]

Completed in 819 milliseconds