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 13 bool H264SliceHeader::IsPSlice() const {
17 bool H264SliceHeader::IsBSlice() const {
21 bool H264SliceHeader::IsISlice() const {
25 bool H264SliceHeader::IsSPSlice() const {
29 bool H264SliceHeader::IsSISlice() const {
45 H264SliceHeader::H264SliceHeader() {
932 H264SliceHeader* shdr) {
1004 H264SliceHeader* shdr) {
    [all...]
h264_parser.h 171 struct MEDIA_EXPORT H264SliceHeader {
172 H264SliceHeader();
340 Result ParseSliceHeader(const H264NALU& nalu, H264SliceHeader* shdr);
374 Result ParseRefPicListModifications(H264SliceHeader* shdr);
379 Result ParsePredWeightTable(const H264SPS& sps, H264SliceHeader* shdr);
389 Result ParseDecRefPicMarking(H264SliceHeader* shdr);

Completed in 5097 milliseconds