Home
last modified time | relevance | path

Searched refs:readFirstMbInSlice (Results 1 – 2 of 2) sorted by relevance

/third_party/openh264/test/api/
DBaseThreadDecoderTest.cpp36 static int32_t readFirstMbInSlice (uint8_t* pSliceNalPtr) { in readFirstMbInSlice() function
64 int32_t firstMBInSlice = readFirstMbInSlice (ptr + byteOffset); in ReadFrame()
72 int32_t firstMBInSlice = readFirstMbInSlice (ptr + byteOffset); in ReadFrame()
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp99 int32_t readFirstMbInSlice (uint8_t* pSliceNalPtr) { in readFirstMbInSlice() function
130 int32_t firstMBInSlice = readFirstMbInSlice (ptr + byteOffset); in readPicture()
138 int32_t firstMBInSlice = readFirstMbInSlice (ptr + byteOffset); in readPicture()