Lines Matching refs:VopTimeResolution
1075 IMG_UINT32 VopTimeResolution) /* Send NULL pointer if there are no VBVParams */ in pnw__MPEG4_writebits_sequence_header() argument
1224 pnw__write_upto32bits_elements(mtx_hdr, elt_p, VopTimeResolution, 16); in pnw__MPEG4_writebits_sequence_header()
1232 pnw__write_upto8bits_elements(mtx_hdr, elt_p, 1, Bits2Code(VopTimeResolution - 1)); in pnw__MPEG4_writebits_sequence_header()
1328 IMG_UINT32 VopTimeResolution) in pnw__MPEG4_writebits_VOP_header() argument
1339 bIsSyncPoint = (VOP_time_increment > 1) && ((VOP_time_increment) % VopTimeResolution == 0); in pnw__MPEG4_writebits_VOP_header()
1362 (VOP_time_increment) % VopTimeResolution, in pnw__MPEG4_writebits_VOP_header()
1363 Bits2Code(VopTimeResolution - 1)); in pnw__MPEG4_writebits_VOP_header()
2417 IMG_UINT32 VopTimeResolution) in pnw__MPEG4_prepare_sequence_header() argument
2440 psVBVParams, VopTimeResolution); in pnw__MPEG4_prepare_sequence_header()
2452 IMG_UINT32 VopTimeResolution) in pnw__MPEG4_prepare_vop_header() argument
2474 VopTimeResolution); in pnw__MPEG4_prepare_vop_header()