Lines Matching refs:output

239 					= ioEncodedFormat->u.encoded_audio.output.buffer_size;
457 "output frame size: %d, count: %" B_PRId32 ", rate: %.2f\n",
536 inOutFormat->u.raw_video = fInputFormat.u.encoded_video.output;
563 float fromFormat = fInputFormat.u.encoded_video.output.field_rate;
595 output parameters as documented below.
597 \param outBuffer Pointer to the output buffer to copy the decoded audio
599 \param outFrameCount Pointer to the output variable to assign the number of
601 \param mediaHeader Pointer to the output media header that contains the
635 output parameters as documented below.
637 \param outBuffer Pointer to the output buffer to copy the decoded video
639 \param outFrameCount Pointer to the output variable to assign the number of
641 \param mediaHeader Pointer to the output media header that contains the
773 - output.format converted to fCodecContext->sample_fmt
774 - output.frame_rate copied to fCodecContext->sample_rate
775 - output.channel_count copied to fCodecContext->channels
801 containerProperties.output.format, fCodecContext->sample_fmt);
803 containerProperties.output.format, fCodecContext->request_sample_fmt);
805 = static_cast<int>(containerProperties.output.frame_rate);
806 int channel_count = static_cast<int>(containerProperties.output.channel_count);
960 // When there are more input frames than space in the output buffer,
966 // TODO Ideally, we should try to size our output buffer so that it can
967 // always hold all the output (swr provides helper functions for this)
1332 Essential properties applied from fInputFormat.u.encoded_video.output:
1348 = fInputFormat.u.encoded_video.output;
1794 \returns B_BAD_DATA No frame could be output.