Searched refs:findVop (Results 1 – 3 of 3) sorted by relevance
98 bool findVop = false; in ReadOnePacket() local104 findVop = true; in ReadOnePacket()106 if (findVop && (*temp == START_CODE) && (temp[START_CODE_OFFSET_ONE] == 0) && in ReadOnePacket()
164 bool findVop = false; in ReadMpeg4Frame() local174 findVop = true; in ReadMpeg4Frame()176 if (findVop && (*temp == START_CODE) && (temp[START_CODE_OFFSET_ONE] == 0) && in ReadMpeg4Frame()
155 bool findVop = false; in ReadMpeg4Frame() local165 findVop = true; in ReadMpeg4Frame()167 if (findVop && (*temp == START_CODE) && (temp[START_CODE_OFFSET_ONE] == 0) && in ReadMpeg4Frame()