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

  /hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.h 122 IMG_UINT32 Time_Scale;
lnc_H264ES.c 257 VUI_Params.Time_Scale = ctx->sRCParams.FrameRate * 2;
    [all...]
lnc_hostheader.c 503 /* time_scale (32 bits) = frame rate */
507 lnc__write_upto8bits_elements(mtx_hdr, elt_p, (IMG_UINT8) VUIParams->Time_Scale, 8);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_hostheader.h 137 IMG_UINT32 Time_Scale;
tng_hostheader.h 213 IMG_UINT32 Time_Scale;
pnw_H264ES.c 340 if (pSequenceParams->num_units_in_tick !=0 && pSequenceParams->time_scale !=0
341 && (pSequenceParams->time_scale > pSequenceParams->num_units_in_tick) ) {
342 pVUI_Params->Time_Scale = pSequenceParams->time_scale;
347 pVUI_Params->Time_Scale = ctx->sRCParams.FrameRate * 2;
    [all...]
tng_H264ES.c 771 if (psSeqParams->time_scale != 0 && psSeqParams->num_units_in_tick != 0
772 && (psSeqParams->time_scale > psSeqParams->num_units_in_tick)) {
773 psVuiParams->Time_Scale = psSeqParams->time_scale;
    [all...]
pnw_hostheader.c 426 /* time_scale (32 bits) = frame rate */
427 pnw__write_upto32bits_elements(mtx_hdr, elt_p, VUIParams->Time_Scale, 32);
    [all...]
tng_trace.c     [all...]
tng_hostcode.c     [all...]
tng_hostheader.c 453 // time_scale (32 bits) = frame rate
454 tng__write_upto32bits_elements(pMTX_Header, aui32ElementPointers, VUIParams->Time_Scale, 32);
    [all...]

Completed in 259 milliseconds