MCPcopy Create free account
hub / github.com/cisco/openh264 / readFirstMbInSlice

Function readFirstMbInSlice

codec/console/dec/src/h264dec.cpp:99–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99int32_t readFirstMbInSlice (uint8_t* pSliceNalPtr) {
100 int32_t curBit = 0;
101 int32_t firstMBInSlice = bsGetUe (pSliceNalPtr + 1, curBit);
102 return firstMBInSlice;
103}
104
105int32_t readPicture (uint8_t* pBuf, const int32_t& iFileSize, const int32_t& bufPos, uint8_t*& pSpsBuf,
106 int32_t& sps_byte_count) {

Callers 1

readPictureFunction · 0.70

Calls 1

bsGetUeFunction · 0.70

Tested by

no test coverage detected