Searched refs:fIsAudio (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/media/plugins/ffmpeg/ |
H A D | AVCodecDecoder.cpp | 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() [all …]
|
H A D | AVCodecDecoder.h | 117 bool fIsAudio; variable
|