Searched refs:sVBVParams (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_hostheader.c1227 VBVPARAMS *sVBVParams, IMG_UINT32 VopTimeResolution) /* Send NULL pointer if there are no VBVParams */
1324 if (sVBVParams) {
1333 sVBVParams->First_half_bit_rate,
1340 sVBVParams->Latter_half_bit_rate,
1347 sVBVParams->First_half_vbv_buffer_size,
1353 sVBVParams->Latter_half_vbv_buffer_size,
1359 sVBVParams->First_half_vbv_occupancy,
1365 sVBVParams->Latter_half_vbv_occupancy,
1645 VBVPARAMS *sVBVParams,
1665 sVBVParams, VopTimeResolutio
1218 lnc__MPEG4_writebits_sequence_header( MTX_HEADER_PARAMS *mtx_hdr, MTX_HEADER_ELEMENT **elt_p, IMG_BOOL bBFrame, MPEG4_PROFILE_TYPE bProfile, IMG_UINT8 Profile_and_level_indication, FIXED_VOP_TIME_TYPE sFixed_vop_time_increment, IMG_UINT32 Picture_Width_Pixels, IMG_UINT32 Picture_Height_Pixels, VBVPARAMS *sVBVParams, IMG_UINT32 VopTimeResolution) argument
1637 lnc__MPEG4_getelements_sequence_header( MTX_HEADER_PARAMS *mtx_hdr, IMG_BOOL bBFrame, MPEG4_PROFILE_TYPE sProfile, IMG_UINT8 Profile_and_level_indication, FIXED_VOP_TIME_TYPE sFixed_vop_time_increment, IMG_UINT32 Picture_Width_Pixels, IMG_UINT32 Picture_Height_Pixels, VBVPARAMS *sVBVParams, IMG_UINT32 VopTimeResolution) argument
2263 VBVPARAMS sVBVParams; local
[all...]
/hardware/intel/img/psb_video/src/
H A Dpnw_hostheader.c1074 VBVPARAMS __maybe_unused * sVBVParams,
1172 if (sVBVParams) {
1181 sVBVParams->First_half_bit_rate,
1188 sVBVParams->Latter_half_bit_rate,
1195 sVBVParams->First_half_vbv_buffer_size,
1201 sVBVParams->Latter_half_vbv_buffer_size,
1207 sVBVParams->First_half_vbv_occupancy,
1213 sVBVParams->Latter_half_vbv_occupancy,
1065 pnw__MPEG4_writebits_sequence_header( MTX_HEADER_PARAMS *mtx_hdr, MTX_HEADER_ELEMENT **elt_p, IMG_BOOL __maybe_unused bBFrame, MPEG4_PROFILE_TYPE bProfile, IMG_UINT8 Profile_and_level_indication, FIXED_VOP_TIME_TYPE __maybe_unused sFixed_vop_time_increment, IMG_UINT32 Picture_Width_Pixels, IMG_UINT32 Picture_Height_Pixels, VBVPARAMS __maybe_unused * sVBVParams, IMG_UINT32 VopTimeResolution) argument
H A Dtng_hostheader.c1387 VBVPARAMS *sVBVParams, IMG_UINT32 ui32VopTimeResolution) /* Send NULL pointer if there are no VBVParams */
1468 if (sVBVParams)
1472 tng__write_upto32bits_elements(pMTX_Header, aui32ElementPointers, sVBVParams->First_half_bit_rate, 15); // first_half_bit_rate
1474 tng__write_upto32bits_elements(pMTX_Header, aui32ElementPointers, sVBVParams->Latter_half_bit_rate, 15); // latter_half_bit_rate
1476 tng__write_upto32bits_elements(pMTX_Header, aui32ElementPointers, sVBVParams->First_half_vbv_buffer_size, 15); // first_half_vbv_buffer_size
1478 tng__write_upto32bits_elements(pMTX_Header, aui32ElementPointers, sVBVParams->Latter_half_vbv_buffer_size, 3); // latter_half_vbv_buffer_size
1479 tng__write_upto32bits_elements(pMTX_Header, aui32ElementPointers, sVBVParams->First_half_vbv_occupancy, 11); // first_half_vbv_occupancy
1481 tng__write_upto32bits_elements(pMTX_Header, aui32ElementPointers, sVBVParams->Latter_half_vbv_occupancy, 15); // latter_half_vbv_occupancy
1378 tng__MPEG4_writebits_sequence_header( MTX_HEADER_PARAMS *pMTX_Header, MTX_HEADER_ELEMENT **aui32ElementPointers, IMG_BOOL bBFrame, MPEG4_PROFILE_TYPE bProfile, IMG_UINT8 ui8Profile_and_level_indication, FIXED_VOP_TIME_TYPE __maybe_unused sFixed_vop_time_increment, IMG_UINT32 Picture_Width_Pixels, IMG_UINT32 Picture_Height_Pixels, VBVPARAMS *sVBVParams, IMG_UINT32 ui32VopTimeResolution) argument

Completed in 62 milliseconds