Lines Matching full:stream
302 const AVStream* stream,
306 AVDictionaryEntry* key = av_dict_get(stream->metadata, "enc_key_id", NULL, 0);
310 stream->codec, is_encrypted, config, record_stats);
342 const AVStream* stream,
345 gfx::Size coded_size(stream->codec->coded_width, stream->codec->coded_height);
349 gfx::Rect visible_rect(stream->codec->width, stream->codec->height);
352 if (stream->sample_aspect_ratio.num)
353 aspect_ratio = stream->sample_aspect_ratio;
354 else if (stream->codec->sample_aspect_ratio.num)
355 aspect_ratio = stream->codec->sample_aspect_ratio;
357 VideoCodec codec = CodecIDToVideoCodec(stream->codec->codec_id);
365 profile = ProfileIDToVideoCodecProfile(stream->codec->profile);
370 VideoFrame::Format format = PixelFormatToVideoFormat(stream->codec->pix_fmt);
378 AVDictionaryEntry* key = av_dict_get(stream->metadata, "enc_key_id", NULL, 0);
383 av_dict_get(stream->metadata, "alpha_mode", NULL, 0);
392 stream->codec->extradata, stream->codec->extradata_size,