Home
last modified time | relevance | path

Searched refs:sub_packet_cnt (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drmdec.c52 int sub_packet_cnt; // Subpacket counter, used while reading member
907 int y = ast->sub_packet_cnt; in ff_rm_parse_packet()
911 y = ast->sub_packet_cnt = 0; in ff_rm_parse_packet()
929 if (++(ast->sub_packet_cnt) < h) in ff_rm_parse_packet()
934 ast->sub_packet_cnt = 0; in ff_rm_parse_packet()
945 ast->sub_packet_cnt = (avio_rb16(pb) & 0xf0) >> 4; in ff_rm_parse_packet()
946 if (ast->sub_packet_cnt) { in ff_rm_parse_packet()
947 for (x = 0; x < ast->sub_packet_cnt; x++) in ff_rm_parse_packet()
949 rm->audio_pkt_cnt = ast->sub_packet_cnt; in ff_rm_parse_packet()
985 ret = av_get_packet(pb, pkt, ast->sub_packet_lengths[ast->sub_packet_cnt in ff_rm_retrieve_cache()
[all...]
H A Dmatroskadec.c231 int sub_packet_cnt; member
3299 int y = track->audio.sub_packet_cnt; in matroska_parse_rm_audio()
3303 if (track->audio.sub_packet_cnt == 0) in matroska_parse_rm_audio()
3333 if (++track->audio.sub_packet_cnt >= h) { in matroska_parse_rm_audio()
3336 track->audio.sub_packet_cnt = 0; in matroska_parse_rm_audio()
3961 tracks[i].audio.sub_packet_cnt = 0; in matroska_read_seek()

Completed in 9 milliseconds