HomeSort by relevance Sort by last modified time
    Searched defs:H264SliceHeader (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/filters/
h264_parser.cc 14 bool H264SliceHeader::IsPSlice() const {
18 bool H264SliceHeader::IsBSlice() const {
22 bool H264SliceHeader::IsISlice() const {
26 bool H264SliceHeader::IsSPSlice() const {
30 bool H264SliceHeader::IsSISlice() const {
46 H264SliceHeader::H264SliceHeader() {
986 H264SliceHeader* shdr) {
    [all...]
h264_parser.h 214 struct MEDIA_EXPORT H264SliceHeader {
215 H264SliceHeader();
387 Result ParseSliceHeader(const H264NALU& nalu, H264SliceHeader* shdr);
427 Result ParseRefPicListModifications(H264SliceHeader* shdr);
432 Result ParsePredWeightTable(const H264SPS& sps, H264SliceHeader* shdr);
442 Result ParseDecRefPicMarking(H264SliceHeader* shdr);

Completed in 241 milliseconds