Lines Matching refs:fIsAudio
88 fIsAudio(false), in AVCodecDecoder()
135 TRACE("[%c] AVCodecDecoder::~AVCodecDecoder()\n", fIsAudio ? 'a' : 'v'); in ~AVCodecDecoder()
140 fIsAudio ? 'a' : 'v', decodingTime / profileCounter, in ~AVCodecDecoder()
191 fIsAudio = (ioEncodedFormat->type == B_MEDIA_ENCODED_AUDIO); in Setup()
192 TRACE("[%c] AVCodecDecoder::Setup()\n", fIsAudio ? 'a' : 'v'); in Setup()
197 TRACE("[%c] input_format = %s\n", fIsAudio ? 'a' : 'v', buffer); in Setup()
198 TRACE("[%c] infoSize = %ld\n", fIsAudio ? 'a' : 'v', infoSize); in Setup()
199 TRACE("[%c] user_data_type = %08" B_PRIx32 "\n", fIsAudio ? 'a' : 'v', in Setup()
201 TRACE("[%c] meta_data_size = %" B_PRId32 "\n", fIsAudio ? 'a' : 'v', in Setup()
237 if (fIsAudio) { in Setup()
293 fIsAudio ? 'a' : 'v'); in NegotiateOutputFormat()
298 TRACE(" [%c] requested format = %s\n", fIsAudio ? 'a' : 'v', buffer); in NegotiateOutputFormat()
317 if (fIsAudio) in NegotiateOutputFormat()
332 if (fIsAudio) in Decode()
1425 BFile* logFile = fIsAudio ? &sAudioStreamLogFile : &sVideoStreamLogFile; in _LoadNextChunkIfNeededAndAssignStartTime()