Home
last modified time | relevance | path

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

/external/chromium_org/media/cast/test/
Dsender.cc534 AVFrame* avframe = av_frame_alloc(); in DecodeAudio() local
543 av_audio_context(), avframe, &frame_decoded, &packet_temp); in DecodeAudio()
550 int frames_read = avframe->nb_samples; in DecodeAudio()
576 &avframe->data[0], in DecodeAudio()
578 base::TimeDelta::FromMilliseconds(avframe->pkt_pts)); in DecodeAudio()
580 av_frame_unref(avframe); in DecodeAudio()
582 av_frame_free(&avframe); in DecodeAudio()
621 AVFrame* avframe = av_frame_alloc(); in DecodeVideo() local
623 avframe->reordered_opaque = in DecodeVideo()
626 av_video_context(), avframe, &got_picture, packet.get()) >= 0) in DecodeVideo()
[all …]