Home | History | Annotate | Download | only in mp4

Lines Matching refs:buffer

23   static bool ConvertFrameToAnnexB(int length_size, std::vector<uint8>* buffer);
25 // Inserts the SPS & PPS data from |avc_config| into |buffer|.
26 // |buffer| is expected to contain AnnexB conformant data.
27 // |subsamples| contains the SubsampleEntry info if |buffer| contains
32 std::vector<uint8>* buffer,
37 std::vector<uint8>* buffer,
40 // Verifies that the contents of |buffer| conform to
42 // |subsamples| contains the information about what parts of the buffer are
44 // Returns true if |buffer| contains conformant Annex B data
47 static bool IsValidAnnexB(const std::vector<uint8>& buffer,
49 static bool IsValidAnnexB(const uint8* buffer, size_t size,