VIDEO_DATA_CHUNK_SIZE  104 libavformat/psxstr.c                      && sector_count*VIDEO_DATA_CHUNK_SIZE >=frame_size)){
VIDEO_DATA_CHUNK_SIZE  194 libavformat/psxstr.c                      && sector_count*VIDEO_DATA_CHUNK_SIZE >=frame_size)){
VIDEO_DATA_CHUNK_SIZE  218 libavformat/psxstr.c                 if(pkt->size != sector_count*VIDEO_DATA_CHUNK_SIZE){
VIDEO_DATA_CHUNK_SIZE  222 libavformat/psxstr.c                     if (av_new_packet(pkt, sector_count*VIDEO_DATA_CHUNK_SIZE))
VIDEO_DATA_CHUNK_SIZE  224 libavformat/psxstr.c                     memset(pkt->data, 0, sector_count*VIDEO_DATA_CHUNK_SIZE);
VIDEO_DATA_CHUNK_SIZE  231 libavformat/psxstr.c                 memcpy(pkt->data + current_sector*VIDEO_DATA_CHUNK_SIZE,
VIDEO_DATA_CHUNK_SIZE  233 libavformat/psxstr.c                        VIDEO_DATA_CHUNK_SIZE);