Searched refs:psSeqParams (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_MPEG4ES.c223 VAEncSequenceParameterBufferMPEG4 *psSeqParams; local
235 psSeqParams = (VAEncSequenceParameterBufferMPEG4 *) obj_buffer->buffer_data;
239 ctx->ui32IdrPeriod = psSeqParams->intra_period;
240 ctx->ui32IntraCnt = psSeqParams->intra_period;
257 ctx->ui8LevelIdc = psSeqParams->profile_and_level_indication;
260 if (psSeqParams->bits_per_second > TOPAZ_MPEG4_MAX_BITRATE) {
264 psSeqParams->bits_per_second,
267 ctx->sRCParams.ui32BitsPerSecond = psSeqParams->bits_per_second;
284 psRCParams->ui32IntraFreq = psSeqParams->intra_period;
286 psRCParams->ui32InitialQp = psSeqParams
[all...]
H A Dtng_H264ES.c604 VAEncSequenceParameterBufferH264 *psSeqParams; local
622 psSeqParams = (VAEncSequenceParameterBufferH264 *) obj_buffer->buffer_data;
627 tng_H264ES_trace_seq_params(psSeqParams);
630 ctx->ui8LevelIdc = psSeqParams->level_idc;
631 ctx->ui8MaxNumRefFrames = psSeqParams->max_num_ref_frames;
633 ctx->ui32IdrPeriod = psSeqParams->intra_idr_period;
634 ctx->ui32IntraCnt = psSeqParams->intra_period;
635 ui32IPCount = (IMG_UINT32)(psSeqParams->ip_period);
640 __FUNCTION__, psSeqParams->ip_period);
689 if (!psSeqParams
[all...]
H A Dtng_H263ES.c212 VAEncSequenceParameterBufferH263 *psSeqParams; local
225 psSeqParams = (VAEncSequenceParameterBufferH263 *) obj_buffer->buffer_data;
230 ctx->ui32IdrPeriod = psSeqParams->intra_period;
231 ctx->ui32IntraCnt = psSeqParams->intra_period;
250 if (psSeqParams->bits_per_second > TOPAZ_H263_MAX_BITRATE) {
254 psSeqParams->bits_per_second,
257 ctx->sRCParams.ui32BitsPerSecond = psSeqParams->bits_per_second;
274 psRCParams->ui32IntraFreq = psSeqParams->intra_period;
275 psRCParams->ui32InitialQp = psSeqParams->initial_qp;
276 psRCParams->iMinQP = psSeqParams
[all...]

Completed in 7 milliseconds