Lines Matching defs:depth
547 int64_t max_pos, int depth)
557 if (depth > MAX_DEPTH)
582 !strcmp(KEYFRAMES_TAG, key) && depth == 1)
590 depth + 1) < 0)
610 depth + 1) < 0)
626 depth + 1) < 0)
645 if (depth == 1) {
899 static int amf_skip_tag(AVIOContext *pb, AMFDataType type, int depth)
903 if (depth > MAX_DEPTH)
935 if ((ret = amf_skip_tag(pb, avio_r8(pb), depth + 1)) < 0)