Searched refs:START_CODE_SIZE_SLICE (Results 1 – 4 of 4) sorted by relevance
23 constexpr int32_t START_CODE_SIZE_SLICE = 3; variable73 ioIn.seekg(-START_CODE_SIZE_SLICE, std::ios_base::cur); in ReadOnePacket()74 temp -= (START_CODE_SIZE_SLICE - 1); in ReadOnePacket()90 ioIn.read(buf, START_CODE_SIZE_SLICE); in ReadOnePacket()96 temp += START_CODE_SIZE_SLICE; in ReadOnePacket()108 temp -= START_CODE_SIZE_SLICE - 1; in ReadOnePacket()
44 constexpr int32_t START_CODE_SIZE_SLICE = 3; variable117 fseek(fp, -START_CODE_SIZE_SLICE, SEEK_CUR); in ReadOnePacket()118 temp -= (START_CODE_SIZE_SLICE - 1); in ReadOnePacket()
583 fseek(fp, -START_CODE_SIZE_SLICE, SEEK_CUR);584 temp -= (START_CODE_SIZE_SLICE - 1);