Home
last modified time | relevance | path

Searched refs:AVAudioServiceType (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_ashowinfo.c149 enum AVAudioServiceType *ast; in dump_audio_service_type()
156 ast = (enum AVAudioServiceType*)sd->data; in dump_audio_service_type()
/third_party/ffmpeg/libavcodec/
Dencode.c326 if (sd && sd->size >= sizeof(enum AVAudioServiceType)) in encode_send_frame_internal()
327 avctx->audio_service_type = *(enum AVAudioServiceType*)sd->data; in encode_send_frame_internal()
Davcodec.h239 enum AVAudioServiceType { enum
1261 enum AVAudioServiceType audio_service_type;
/third_party/ffmpeg/libavformat/
Ddump.c274 const enum AVAudioServiceType *ast = (const enum AVAudioServiceType *)sd->data; in dump_audioservicetype()
Dmov.c793 enum AVAudioServiceType *ast; in mov_read_dac3()
800 ast = (enum AVAudioServiceType*)av_stream_new_side_data(st, AV_PKT_DATA_AUDIO_SERVICE_TYPE, in mov_read_dac3()
829 enum AVAudioServiceType *ast; in mov_read_dec3()
836 ast = (enum AVAudioServiceType*)av_stream_new_side_data(st, AV_PKT_DATA_AUDIO_SERVICE_TYPE, in mov_read_dec3()