Definition at line 96 of file software_decoder.cpp.hpp.
96 {
99
100 if (decoder && decoder->decoderData_ && frame) {
101 decoder->decoderData_->hasNewFrame = true;
102 decoder->decoderData_->lastFrameTime = frame->
time;
103
104
105 if (decoder->decoderData_->rgbFrameBuffer.get()) {
106 yuv_to_rgb(frame, decoder->decoderData_->rgbFrameBuffer.get());
107 }
108 }
109}
SoftwareMpeg1Decoder(const Mpeg1Config &config) FL_NOEXCEPT
static void yuv_to_rgb(const fl::third_party::plm_frame_t *frame, fl::u8 *rgb_buffer) FL_NOEXCEPT
References SoftwareMpeg1Decoder(), FL_NOEXCEPT, FL_UNUSED, and fl::third_party::yuv_to_rgb().
Referenced by initializeDecoder().