Searched refs:Time_Scale (Results 1 - 11 of 11) sorted by relevance
/hardware/intel/img/psb_video/src/mrst/ |
H A D | lnc_hostheader.h | 122 IMG_UINT32 Time_Scale; member in struct:_H264_VUI_PARAMS_STRUC
|
H A D | lnc_H264ES.c | 257 VUI_Params.Time_Scale = ctx->sRCParams.FrameRate * 2;
|
H A D | lnc_hostheader.c | 507 lnc__write_upto8bits_elements(mtx_hdr, elt_p, (IMG_UINT8) VUIParams->Time_Scale, 8);
|
/hardware/intel/img/psb_video/src/ |
H A D | pnw_hostheader.h | 137 IMG_UINT32 Time_Scale; member in struct:_H264_VUI_PARAMS_STRUC
|
H A D | tng_hostheader.h | 213 IMG_UINT32 Time_Scale; member in struct:_H264_VUI_PARAMS_STRUC
|
H A D | pnw_H264ES.c | 342 pVUI_Params->Time_Scale = pSequenceParams->time_scale; 347 pVUI_Params->Time_Scale = ctx->sRCParams.FrameRate * 2;
|
H A D | tng_H264ES.c | 773 psVuiParams->Time_Scale = psSeqParams->time_scale;
|
H A D | pnw_hostheader.c | 427 pnw__write_upto32bits_elements(mtx_hdr, elt_p, VUIParams->Time_Scale, 32);
|
H A D | tng_trace.c | 1204 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 D | tng_hostcode.c | 2100 if (psVuiParams->num_units_in_tick == 0 || psVuiParams->Time_Scale == 0) { 2102 psVuiParams->Time_Scale = psRCParams->ui32FrameRate * 2;
|
H A D | tng_hostheader.c | 454 tng__write_upto32bits_elements(pMTX_Header, aui32ElementPointers, VUIParams->Time_Scale, 32);
|
Completed in 248 milliseconds