Searched refs:Time_Scale (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostheader.h122 IMG_UINT32 Time_Scale; member in struct:_H264_VUI_PARAMS_STRUC
H A Dlnc_H264ES.c257 VUI_Params.Time_Scale = ctx->sRCParams.FrameRate * 2;
H A Dlnc_hostheader.c507 lnc__write_upto8bits_elements(mtx_hdr, elt_p, (IMG_UINT8) VUIParams->Time_Scale, 8);
/hardware/intel/img/psb_video/src/
H A Dpnw_hostheader.h137 IMG_UINT32 Time_Scale; member in struct:_H264_VUI_PARAMS_STRUC
H A Dtng_hostheader.h213 IMG_UINT32 Time_Scale; member in struct:_H264_VUI_PARAMS_STRUC
H A Dpnw_H264ES.c342 pVUI_Params->Time_Scale = pSequenceParams->time_scale;
347 pVUI_Params->Time_Scale = ctx->sRCParams.FrameRate * 2;
H A Dtng_H264ES.c773 psVuiParams->Time_Scale = psSeqParams->time_scale;
H A Dpnw_hostheader.c427 pnw__write_upto32bits_elements(mtx_hdr, elt_p, VUIParams->Time_Scale, 32);
H A Dtng_trace.c1204 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s Time_Scale = %x\n", __FUNCTION__, psSHParams->VUI_Params.Time_Scale); //!< Time scale as defined in the H.264 specification
H A Dtng_hostcode.c2100 if (psVuiParams->num_units_in_tick == 0 || psVuiParams->Time_Scale == 0) {
2102 psVuiParams->Time_Scale = psRCParams->ui32FrameRate * 2;
H A Dtng_hostheader.c454 tng__write_upto32bits_elements(pMTX_Header, aui32ElementPointers, VUIParams->Time_Scale, 32);

Completed in 156 milliseconds