Lines Matching defs:depth
149 * @param depth File allocation table depth
152 static AVIOContext * wtvfile_open_sector(unsigned first_sector, uint64_t length, int depth, AVFormatContext *s)
166 if (depth == 0) {
174 } else if (depth == 1) {
181 } else if (depth == 2) {
198 av_log(s, AV_LOG_ERROR, "unsupported file allocation table depth (0x%x)\n", depth);
261 int dir_length, name_size, first_sector, depth;
287 depth = AV_RL32(buf + 44 + name_size);
294 return wtvfile_open_sector(first_sector, file_length, depth, s);