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

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecEncoder.cpp142 fInputFormat = *inputFormat;
163 // if (fInputFormat.type == B_MEDIA_RAW_AUDIO) {
165 // / fInputFormat.u.raw_audio.frame_rate);
167 // / fInputFormat.u.raw_audio.frame_rate);
168 // } else if (fInputFormat.type == B_MEDIA_RAW_VIDEO) {
170 // / fInputFormat.u.raw_video.field_rate);
172 // / fInputFormat.u.raw_video.field_rate);
200 // if (fInputFormat.type == B_MEDIA_RAW_AUDIO) {
202 // * fInputFormat.u.raw_audio.frame_rate);
204 // * fInputFormat
[all...]
H A DAVCodecEncoder.h69 media_format fInputFormat; member in class:AVCodecEncoder
H A DAVCodecDecoder.h114 media_format fInputFormat; member in class:AVCodecDecoder
H A DAVCodecDecoder.cpp86 fInputFormat(),
254 fInputFormat = *ioEncodedFormat;
536 inOutFormat->u.raw_video = fInputFormat.u.encoded_video.output;
563 float fromFormat = fInputFormat.u.encoded_video.output.field_rate;
770 Essential properties applied from fInputFormat.u.encoded_audio:
783 TODO when it is clear whether fInputFormat.MetaData() and
784 fInputFormat.MetaDataSize() have to be applied to fCodecContext. See the related
786 Only applied when fInputFormat.MetaDataSize() is greater than zero:
787 - fInputFormat.MetaData() to fCodecContext->extradata
788 - fInputFormat
[all...]
/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoAddOn.h27 media_format fInputFormat; member in class:VideoWindowAddOn
H A DVideoAddOn.cpp22 fInputFormat.type = B_MEDIA_RAW_VIDEO;
23 fInputFormat.u.raw_video = media_raw_video_format::wildcard;
33 fInfo.in_formats = &fInputFormat;
/haiku/src/add-ons/media/plugins/raw_decoder/
H A DRawDecoderPlugin.cpp55 if (fInputFormat.IsAudio())
73 fInputFormat = *ioEncodedFormat;
128 if (fInputFormat.type == B_MEDIA_RAW_VIDEO)
130 if (fInputFormat.type == B_MEDIA_RAW_AUDIO)
161 ioDecodedFormat->u.raw_audio.valid_bits = fInputFormat.u.raw_audio.valid_bits;
165 switch (fInputFormat.u.raw_audio.format & B_AUDIO_FORMAT_MASK) {
169 ioDecodedFormat->u.raw_audio.format = fInputFormat.u.raw_audio.format & B_AUDIO_FORMAT_MASK;
176 ioDecodedFormat->u.raw_audio.valid_bits = fInputFormat.u.raw_audio.valid_bits;
189 ioDecodedFormat->u.raw_audio.frame_rate = fInputFormat.u.raw_audio.frame_rate;
190 ioDecodedFormat->u.raw_audio.channel_count = fInputFormat
[all...]
H A DRawDecoderPlugin.h65 media_format fInputFormat; member in class:RawDecoder

Completed in 57 milliseconds