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

◆ plm_get_height()

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

Definition at line 394 of file pl_mpeg.hpp.

394 {
395 return (plm_init_decoders(self) && self->video_decoder)
397 : 0;
398}
int plm_video_get_height(plm_video_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:2166
int plm_init_decoders(plm_t *self) FL_NOEXCEPT
Definition pl_mpeg.hpp:261
plm_video_t * video_decoder
Definition pl_mpeg.hpp:205

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

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

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