Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dxmv.c99 uint16_t audio_track_count; ///< Number of audio track in this file. member
174 xmv->audio_track_count = avio_rl16(pb); in xmv_read_header()
178 xmv->audio = av_calloc(xmv->audio_track_count, sizeof(*xmv->audio)); in xmv_read_header()
182 for (audio_track = 0; audio_track < xmv->audio_track_count; audio_track++) { in xmv_read_header()
225 xmv->stream_count = xmv->audio_track_count + 1; in xmv_read_header()
313 xmv->video.data_size -= xmv->audio_track_count * 4; in xmv_process_packet_header()
323 for (audio_track = 0; audio_track < xmv->audio_track_count; audio_track++) { in xmv_process_packet_header()
373 for (audio_track = 0; audio_track < xmv->audio_track_count; audio_track++) { in xmv_process_packet_header()
422 if (xmv->this_packet_size < (12 + xmv->audio_track_count * 4)) in xmv_fetch_new_packet()

Completed in 1 milliseconds