FastLED 3.9.15
Loading...
Searching...
No Matches

◆ plm_has_headers()

int fl::third_party::plm_has_headers ( plm_t * self)

Definition at line 312 of file pl_mpeg.hpp.

312 {
313 if (!plm_demux_has_headers(self->demux)) {
314 return FALSE;
315 }
316
317 if (!plm_init_decoders(self)) {
318 return FALSE;
319 }
320
321 if (
324 ) {
325 return FALSE;
326 }
327
328 return TRUE;
329}
int plm_audio_has_header(plm_audio_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:3260
int plm_init_decoders(plm_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:261
int plm_demux_has_headers(plm_demux_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:1181
int plm_video_has_header(plm_video_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:2263
plm_video_t * video_decoder
Definition pl_mpeg.hpp:205
plm_demux_t * demux
Definition pl_mpeg.hpp:196
plm_audio_t * audio_decoder
Definition pl_mpeg.hpp:212
#define TRUE
Definition pl_mpeg.hpp:174
#define FALSE
Definition pl_mpeg.hpp:175

References FALSE, FL_NOEXCEPT, plm_audio_has_header(), plm_demux_has_headers(), plm_init_decoders(), plm_video_has_header(), and TRUE.

Referenced by fl::third_party::SoftwareMpeg1Decoder::initializeDecoder().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: