Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp992 unsigned char five_bits = pLayerBsInfo->pBsBuf[4] & 0x1f; in ProcessEncoding() local
993 if ((five_bits == 0x07) || (five_bits == 0x08)) { //sps or pps in ProcessEncoding()