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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VD_EXTERNAL_BitstreamParser.c490 M4OSA_ERR getAVCProfileAndLevel(M4OSA_UInt8* pDSI, M4OSA_Int32 DSISize, argument
500 if ((DSISize <= index) || (pDSI == M4OSA_NULL)) {
593 M4OSA_ERR getH263ProfileAndLevel(M4OSA_UInt8* pDSI, M4OSA_Int32 DSISize, argument
603 if ((DSISize < index) || (pDSI == M4OSA_NULL)) {

Completed in 89 milliseconds