RAW_CD_SECTOR_SIZE   77 libavformat/psxstr.c     if (p->buf_size < RAW_CD_SECTOR_SIZE)
RAW_CD_SECTOR_SIZE   87 libavformat/psxstr.c     while (end - sector >= RAW_CD_SECTOR_SIZE) {
RAW_CD_SECTOR_SIZE  120 libavformat/psxstr.c         sector += RAW_CD_SECTOR_SIZE;
RAW_CD_SECTOR_SIZE  133 libavformat/psxstr.c     unsigned char sector[RAW_CD_SECTOR_SIZE];
RAW_CD_SECTOR_SIZE  162 libavformat/psxstr.c     unsigned char sector[RAW_CD_SECTOR_SIZE];
RAW_CD_SECTOR_SIZE  169 libavformat/psxstr.c         if (avio_read(pb, sector, RAW_CD_SECTOR_SIZE) != RAW_CD_SECTOR_SIZE)
RAW_CD_SECTOR_SIZE  221 libavformat/psxstr.c                     pkt->pos= avio_tell(pb) - RAW_CD_SECTOR_SIZE;