Home
last modified time | relevance | path

Searched refs:sector_count (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dpsxstr.c99 int sector_count = AV_RL16(&sector[0x1E]); in str_probe() local
103 && current_sector < sector_count in str_probe()
104 && sector_count*VIDEO_DATA_CHUNK_SIZE >=frame_size)){ in str_probe()
183 int sector_count = AV_RL16(&sector[0x1E]); in str_read_packet() local
187 && current_sector < sector_count in str_read_packet()
188 && sector_count*VIDEO_DATA_CHUNK_SIZE >=frame_size)){ 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()
212 if(pkt->size != sector_count*VIDEO_DATA_CHUNK_SIZE){ in str_read_packet()
214 av_log(s, AV_LOG_ERROR, "mismatching sector_count\n"); in str_read_packet()
216 ret = av_new_packet(pkt, sector_count * VIDEO_DATA_CHUNK_SIZ in str_read_packet()
[all...]
/third_party/NuttX/drivers/bch/
H A Dbchlib_setup.c114 bch->nsectors = part->sector_count; in bchlib_setup()
/third_party/FatFs/source/
H A Dff.c6107 sz_vol = partition->sector_count; /* Volume size */

Completed in 11 milliseconds