Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_packet_reader.cpp23 constexpr int32_t START_CODE_SIZE_SLICE = 3; variable
73 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()
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_decode.cpp44 constexpr int32_t START_CODE_SIZE_SLICE = 3; variable
117 fseek(fp, -START_CODE_SIZE_SLICE, SEEK_CUR); in ReadOnePacket()
118 temp -= (START_CODE_SIZE_SLICE - 1); in ReadOnePacket()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-codec-des.md583 fseek(fp, -START_CODE_SIZE_SLICE, SEEK_CUR);
584 temp -= (START_CODE_SIZE_SLICE - 1);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-codec-des.md583 fseek(fp, -START_CODE_SIZE_SLICE, SEEK_CUR);
584 temp -= (START_CODE_SIZE_SLICE - 1);