Searched refs:firstMbInSlice (Results 1 – 5 of 5) sorted by relevance
107 ASSERT(pSliceHeader->firstMbInSlice < pStorage->picSizeInMbs); in h264bsdDecodeSliceData()114 currMbAddr = pSliceHeader->firstMbInSlice; in h264bsdDecodeSliceData()297 void h264bsdMarkSliceCorrupted(storage_t *pStorage, u32 firstMbInSlice) in h264bsdMarkSliceCorrupted() argument309 ASSERT(firstMbInSlice < pStorage->picSizeInMbs); in h264bsdMarkSliceCorrupted()311 currMbAddr = firstMbInSlice; in h264bsdMarkSliceCorrupted()
56 void h264bsdMarkSliceCorrupted(storage_t *pStorage, u32 firstMbInSlice);
110 u32 firstMbInSlice; member
445 pStorage->sliceHeader->firstMbInSlice)); in h264bsdDecode()452 pStorage->sliceHeader->firstMbInSlice); in h264bsdDecode()
124 pSliceHeader->firstMbInSlice = value; in h264bsdDecodeSliceHeader()