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

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.h60 virtual status_t NegotiateOutputFormat(media_format* inOutFormat);
72 status_t _NegotiateAudioOutputFormat(media_format* inOutFormat);
74 status_t _NegotiateVideoOutputFormat(media_format* inOutFormat);
H A DAVCodecDecoder.cpp290 AVCodecDecoder::NegotiateOutputFormat(media_format* inOutFormat) argument
297 string_for_format(*inOutFormat, buffer, sizeof(buffer));
318 return _NegotiateAudioOutputFormat(inOutFormat);
320 return _NegotiateVideoOutputFormat(inOutFormat);
369 AVCodecDecoder::_NegotiateAudioOutputFormat(media_format* inOutFormat) argument
414 outputAudioFormat.buffer_size = inOutFormat->u.raw_audio.buffer_size;
423 inOutFormat->type = B_MEDIA_RAW_AUDIO;
424 inOutFormat->u.raw_audio = outputAudioFormat;
425 inOutFormat->require_flags = 0;
426 inOutFormat
466 _NegotiateVideoOutputFormat(media_format* inOutFormat) argument
[all...]

Completed in 48 milliseconds