Home
last modified time | relevance | path

Searched refs:VopTimeResolution (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostheader.c1227 …VBVPARAMS *sVBVParams, IMG_UINT32 VopTimeResolution) /* Send NULL pointer if there are no VBVParam… in lnc__MPEG4_writebits_sequence_header() argument
1376 lnc__write_upto32bits_elements(mtx_hdr, elt_p, VopTimeResolution, 16); in lnc__MPEG4_writebits_sequence_header()
1384 lnc__write_upto8bits_elements(mtx_hdr, elt_p, 1, Bits2Code(VopTimeResolution - 1)); in lnc__MPEG4_writebits_sequence_header()
1480 IMG_UINT32 VopTimeResolution) in lnc__MPEG4_writebits_VOP_header() argument
1491 bIsSyncPoint = (VOP_time_increment > 1) && ((VOP_time_increment) % VopTimeResolution == 0); in lnc__MPEG4_writebits_VOP_header()
1514 (VOP_time_increment) % VopTimeResolution, in lnc__MPEG4_writebits_VOP_header()
1515 Bits2Code(VopTimeResolution - 1)); in lnc__MPEG4_writebits_VOP_header()
1646 IMG_UINT32 VopTimeResolution) /* NULL pointer if there are no VBVParams */ in lnc__MPEG4_getelements_sequence_header() argument
1665 sVBVParams, VopTimeResolution); in lnc__MPEG4_getelements_sequence_header()
1678 IMG_UINT32 VopTimeResolution) in lnc__MPEG4_getelements_VOP_header() argument
[all …]
Dlnc_hostheader.h257 IMG_UINT32 VopTimeResolution);
265 IMG_UINT32 VopTimeResolution);
/hardware/intel/img/psb_video/src/
Dpnw_hostheader.h271 IMG_UINT32 VopTimeResolution);
279 IMG_UINT32 VopTimeResolution);
Dpnw_hostheader.c1071 IMG_UINT32 VopTimeResolution) /* Send NULL pointer if there are no VBVParams */ in pnw__MPEG4_writebits_sequence_header() argument
1220 pnw__write_upto32bits_elements(mtx_hdr, elt_p, VopTimeResolution, 16); in pnw__MPEG4_writebits_sequence_header()
1228 pnw__write_upto8bits_elements(mtx_hdr, elt_p, 1, Bits2Code(VopTimeResolution - 1)); in pnw__MPEG4_writebits_sequence_header()
1324 IMG_UINT32 VopTimeResolution) in pnw__MPEG4_writebits_VOP_header() argument
1335 bIsSyncPoint = (VOP_time_increment > 1) && ((VOP_time_increment) % VopTimeResolution == 0); in pnw__MPEG4_writebits_VOP_header()
1358 (VOP_time_increment) % VopTimeResolution, in pnw__MPEG4_writebits_VOP_header()
1359 Bits2Code(VopTimeResolution - 1)); in pnw__MPEG4_writebits_VOP_header()
2413 IMG_UINT32 VopTimeResolution) in pnw__MPEG4_prepare_sequence_header() argument
2436 psVBVParams, VopTimeResolution); in pnw__MPEG4_prepare_sequence_header()
2448 IMG_UINT32 VopTimeResolution) in pnw__MPEG4_prepare_vop_header() argument
[all …]
Dtng_hostheader.h411 IMG_UINT32 VopTimeResolution);
419 IMG_UINT32 VopTimeResolution);
Dtng_hostheader.c1577 IMG_UINT32 VopTimeResolution) in tng__MPEG4_writebits_VOP_header() argument
1588 bIsSyncPoint = (VOP_time_increment > 1) && ((VOP_time_increment) % VopTimeResolution == 0); in tng__MPEG4_writebits_VOP_header()
1611 (VOP_time_increment) % VopTimeResolution, in tng__MPEG4_writebits_VOP_header()
1612 Bits2Code(VopTimeResolution - 1)); in tng__MPEG4_writebits_VOP_header()
2942 IMG_UINT32 VopTimeResolution) in tng__MPEG4_prepare_sequence_header() argument
2966 VopTimeResolution); in tng__MPEG4_prepare_sequence_header()
2978 IMG_UINT32 VopTimeResolution) in tng__MPEG4_prepare_vop_header() argument
3000 VopTimeResolution); in tng__MPEG4_prepare_vop_header()