Searched refs:RAW_CD_SECTOR_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dpsxstr.c41 #define RAW_CD_SECTOR_SIZE 2352 macro
77 if (p->buf_size < RAW_CD_SECTOR_SIZE)
87 while (end - sector >= RAW_CD_SECTOR_SIZE) {
126 sector += RAW_CD_SECTOR_SIZE;
139 unsigned char sector[RAW_CD_SECTOR_SIZE];
168 unsigned char sector[RAW_CD_SECTOR_SIZE];
175 if (avio_read(pb, sector, RAW_CD_SECTOR_SIZE) != RAW_CD_SECTOR_SIZE)
226 pkt->pos= avio_tell(pb) - RAW_CD_SECTOR_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dpsxstr.c39 #define RAW_CD_SECTOR_SIZE 2352 macro
73 if (p->buf_size < RAW_CD_SECTOR_SIZE)
104 unsigned char sector[RAW_CD_SECTOR_SIZE];
133 unsigned char sector[RAW_CD_SECTOR_SIZE];
140 if (avio_read(pb, sector, RAW_CD_SECTOR_SIZE) != RAW_CD_SECTOR_SIZE)
190 pkt->pos= avio_tell(pb) - RAW_CD_SECTOR_SIZE;

Completed in 32 milliseconds