Searched defs:storage_t (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_storage.h149 } storage_t; typedef in typeref:struct:__anon669
155 void h264bsdInitStorage(storage_t *pStorage);
156 void h264bsdResetStorage(storage_t *pStorage);
157 u32 h264bsdIsStartOfPicture(storage_t *pStorage);
158 u32 h264bsdIsEndOfPicture(storage_t *pStorage);
159 u32 h264bsdStoreSeqParamSet(storage_t *pStorage, seqParamSet_t *pSeqParamSet);
160 u32 h264bsdStorePicParamSet(storage_t *pStorage, picParamSet_t *pPicParamSet);
161 u32 h264bsdActivateParamSets(storage_t *pStorage, u32 ppsId, u32 isIdr);
162 void h264bsdComputeSliceGroupMap(storage_t *pStorage,
168 storage_t *storag
[all...]

Completed in 55 milliseconds