Searched refs:tempBufPtr (Results 1 – 1 of 1) sorted by relevance
804 uint8_t* tempBufPtr = FindAvcStartCode(buf, buffCapacity, &skipLen); in GenerateVideoSprop() local805 if (tempBufPtr != nullptr) in GenerateVideoSprop()807 buf = tempBufPtr; in GenerateVideoSprop()822 tempBufPtr = FindAvcStartCode(buf, buffCapacity, &skipLen); in GenerateVideoSprop()823 if (tempBufPtr != nullptr) in GenerateVideoSprop()825 frameLen = tempBufPtr - buf; in GenerateVideoSprop()