Home
last modified time | relevance | path

Searched refs:initialCpbRemovalDelayLength (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_sei.c80 u32 initialCpbRemovalDelayLength,
228 initialCpbRemovalDelayLength, in h264bsdDecodeSeiMessage()
399 u32 initialCpbRemovalDelayLength, in DecodeBufferingPeriod() argument
413 ASSERT(initialCpbRemovalDelayLength); in DecodeBufferingPeriod()
427 tmp = h264bsdGetBits(pStrmData, initialCpbRemovalDelayLength); in DecodeBufferingPeriod()
434 tmp = h264bsdGetBits(pStrmData, initialCpbRemovalDelayLength); in DecodeBufferingPeriod()
445 tmp = h264bsdGetBits(pStrmData, initialCpbRemovalDelayLength); in DecodeBufferingPeriod()
450 tmp = h264bsdGetBits(pStrmData, initialCpbRemovalDelayLength); in DecodeBufferingPeriod()
Dh264bsd_vui.c266 pVuiParameters->nalHrdParameters.initialCpbRemovalDelayLength = 24; in h264bsdDecodeVuiParameters()
292 pVuiParameters->vclHrdParameters.initialCpbRemovalDelayLength = 24; in h264bsdDecodeVuiParameters()
470 pHrdParameters->initialCpbRemovalDelayLength = tmp + 1; in DecodeHrdParameters()
Dh264bsd_vui.h77 u32 initialCpbRemovalDelayLength; member