Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dpsxstr.c98 int current_sector = AV_RL16(&sector[0x1C]); in str_probe() local
103 && current_sector < sector_count in str_probe()
182 int current_sector = AV_RL16(&sector[0x1C]); in str_read_packet() local
187 && current_sector < sector_count in str_read_packet()
189 …av_log(s, AV_LOG_ERROR, "Invalid parameters %d %d %d\n", current_sector, sector_count, frame_size); in str_read_packet()
226 memcpy(pkt->data + current_sector*VIDEO_DATA_CHUNK_SIZE, in str_read_packet()
230 if (current_sector == sector_count-1) { in str_read_packet()