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

◆ plm_buffer_skip()

void fl::third_party::plm_buffer_skip ( plm_buffer_t * self,
size_t count )

Definition at line 1044 of file pl_mpeg.hpp.

1044 {
1045 if (plm_buffer_has(self, count)) {
1046 self->bit_index += count;
1047 }
1048}
int plm_buffer_has(plm_buffer_t *self, size_t count) FL_NOEXCEPT
Definition pl_mpeg.hpp:998

References FL_NOEXCEPT, and plm_buffer_has().

Referenced by plm_audio_decode_header(), plm_demux_decode(), plm_demux_decode_packet(), plm_demux_decode_time(), plm_demux_has_headers(), plm_video_decode_picture(), plm_video_decode_sequence_header(), and plm_video_decode_slice().

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