Lines Matching refs:VopTimeResolution
1071 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
2470 VopTimeResolution); in pnw__MPEG4_prepare_vop_header()