Home
last modified time | relevance | path

Searched defs:pStorage (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_decoder.c89 u32 h264bsdInit(storage_t *pStorage, u32 noOutputReordering) in h264bsdInit()
151 u32 h264bsdDecode(storage_t *pStorage, u8 *byteStrm, u32 len, u32 picId, in h264bsdDecode()
533 void h264bsdShutdown(storage_t *pStorage) in h264bsdShutdown()
596 u8* h264bsdNextOutputPicture(storage_t *pStorage, u32 *picId, u32 *isIdrPic, in h264bsdNextOutputPicture()
641 u32 h264bsdPicWidth(storage_t *pStorage) in h264bsdPicWidth()
676 u32 h264bsdPicHeight(storage_t *pStorage) in h264bsdPicHeight()
704 void h264bsdFlushBuffer(storage_t *pStorage) in h264bsdFlushBuffer()
734 u32 h264bsdCheckValidParamSets(storage_t *pStorage) in h264bsdCheckValidParamSets()
763 u32 h264bsdVideoRange(storage_t *pStorage) in h264bsdVideoRange()
798 u32 h264bsdMatrixCoefficients(storage_t *pStorage) in h264bsdMatrixCoefficients()
[all …]
Dh264bsd_storage.c86 void h264bsdInitStorage(storage_t *pStorage) in h264bsdInitStorage()
126 u32 h264bsdStoreSeqParamSet(storage_t *pStorage, seqParamSet_t *pSeqParamSet) in h264bsdStoreSeqParamSet()
209 u32 h264bsdStorePicParamSet(storage_t *pStorage, picParamSet_t *pPicParamSet) in h264bsdStorePicParamSet()
296 u32 h264bsdActivateParamSets(storage_t *pStorage, u32 ppsId, u32 isIdr) in h264bsdActivateParamSets()
440 void h264bsdResetStorage(storage_t *pStorage) in h264bsdResetStorage()
485 u32 h264bsdIsStartOfPicture(storage_t *pStorage) in h264bsdIsStartOfPicture()
527 u32 h264bsdIsEndOfPicture(storage_t *pStorage) in h264bsdIsEndOfPicture()
575 void h264bsdComputeSliceGroupMap(storage_t *pStorage, u32 sliceGroupChangeCycle) in h264bsdComputeSliceGroupMap()
862 u32 h264bsdValidParamSets(storage_t *pStorage) in h264bsdValidParamSets()
Dh264bsd_slice_data.c85 u32 h264bsdDecodeSliceData(strmData_t *pStrmData, storage_t *pStorage, in h264bsdDecodeSliceData()
297 void h264bsdMarkSliceCorrupted(storage_t *pStorage, u32 firstMbInSlice) in h264bsdMarkSliceCorrupted()
Dh264bsd_conceal.c123 u32 h264bsdConceal(storage_t *pStorage, image_t *currImage, u32 sliceType) in h264bsdConceal()
DH264SwDecApi.c207 storage_t *pStorage; in H264SwDecGetInfo() local