Lines Matching refs:format

298 	TRACE("  [%c]  requested format = %s\n", fIsAudio ? 'a' : 'v', buffer);
379 // format properties accordingly regardless of the settings here.
408 outputAudioFormat.format);
409 // Check that format is not still a wild card!
410 if (outputAudioFormat.format == 0) {
411 TRACE(" format still a wild-card, assuming B_AUDIO_SHORT.\n");
412 outputAudioFormat.format = media_raw_audio_format::B_AUDIO_SHORT;
416 size_t sampleSize = outputAudioFormat.format
470 TRACE(" requested video format 0x%x\n",
471 inOutFormat->u.raw_video.display.format);
478 // to _DecodeNextVideoFrame() will update the essential video format
493 if (inOutFormat->u.raw_video.display.format == B_YCbCr422)
523 TRACE("No SWS Scale context or decoder has not set the pixel format "
528 TRACE("no pixel format conversion function found or decoder has "
529 "not set the pixel format yet!\n");
554 // implementation here, trying to guess from the input format properties and the info for the
572 inOutFormat->u.raw_video.display.format = fOutputColorSpace;
584 TRACE(" returned video format 0x%x\n",
585 inOutFormat->u.raw_video.display.format);
773 - output.format converted to fCodecContext->sample_fmt
801 containerProperties.output.format, fCodecContext->sample_fmt);
803 containerProperties.output.format, fCodecContext->request_sample_fmt);
860 fRawDecodedAudio->format = AV_SAMPLE_FMT_NONE;
900 - fRawDecodedAudio->format: Format of first audio frame
947 // Some decoders do not support format conversion on themselves, or use
975 // interleave planar audio with same format
1003 fRawDecodedAudio->format = fDecodedDataBuffer->format;
1813 fFilterFrame->format = pixfmt;