FastLED 3.9.15
Loading...
Searching...
No Matches
mp4_parser.cpp.hpp File Reference
+ Include dependency graph for mp4_parser.cpp.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::anonymous_namespace{mp4_parser.cpp.hpp}
 

Functions

bool fl::anonymous_namespace{mp4_parser.cpp.hpp}::boxIs (fl::span< const fl::u8 > data, fl::size offset, const char *type)
 
fl::vector< fl::u8fl::extractH264NalUnits (fl::span< const fl::u8 > data, const Mp4TrackInfo &track, fl::string *error)
 
fl::size fl::anonymous_namespace{mp4_parser.cpp.hpp}::findBox (fl::span< const fl::u8 > data, fl::size start, fl::size end, const char *type)
 
bool fl::anonymous_namespace{mp4_parser.cpp.hpp}::parseAvcC (fl::span< const fl::u8 > data, fl::size offset, fl::size boxEnd, Mp4TrackInfo &info)
 
Mp4TrackInfo fl::parseMp4 (fl::span< const fl::u8 > data, fl::string *error)
 
fl::u16 fl::anonymous_namespace{mp4_parser.cpp.hpp}::readU16BE (fl::span< const fl::u8 > data, fl::size offset, bool &ok)
 
fl::u32 fl::anonymous_namespace{mp4_parser.cpp.hpp}::readU32BE (fl::span< const fl::u8 > data, fl::size offset, bool &ok)