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

◆ plm_get_width()

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

Definition at line 388 of file pl_mpeg.hpp.

388 {
389 return (plm_init_decoders(self) && self->video_decoder)
391 : 0;
392}
int plm_init_decoders(plm_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:261
int plm_video_get_width(plm_video_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:2160
plm_video_t * video_decoder
Definition pl_mpeg.hpp:205

References FL_NOEXCEPT, plm_init_decoders(), and plm_video_get_width().

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

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