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

  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.h 133 bool ProcessSlice(H264SliceHeader* slice_hdr);
136 bool InitCurrPicture(H264SliceHeader* slice_hdr);
140 bool CalculatePicOrderCounts(H264SliceHeader* slice_hdr);
148 void ConstructReferencePicListsP(H264SliceHeader* slice_hdr);
149 void ConstructReferencePicListsB(H264SliceHeader* slice_hdr);
159 bool ModifyReferencePicList(H264SliceHeader *slice_hdr, int list);
168 bool StartNewFrame(H264SliceHeader* slice_hdr);
187 bool SendVASliceParam(H264SliceHeader* slice_hdr);
189 bool QueueSlice(H264SliceHeader* slice_hdr);
h264_parser.h 144 struct CONTENT_EXPORT H264SliceHeader {
145 H264SliceHeader();
299 Result ParseSliceHeader(const H264NALU& nalu, H264SliceHeader* shdr);
319 Result ParseRefPicListModifications(H264SliceHeader* shdr);
324 Result ParsePredWeightTable(const H264SPS& sps, H264SliceHeader* shdr);
334 Result ParseDecRefPicMarking(H264SliceHeader *shdr);
h264_dpb.h 58 H264DecRefPicMarking ref_pic_marking[H264SliceHeader::kRefListSize];
h264_parser_unittest.cc 34 content::H264SliceHeader shdr;
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() {
799 H264SliceHeader* shdr) {
871 H264SliceHeader* shdr) {
900 H264Parser::Result H264Parser::ParseDecRefPicMarking(H264SliceHeader *shdr)
    [all...]
vaapi_h264_decoder.cc 344 bool VaapiH264Decoder::SendVASliceParam(H264SliceHeader* slice_hdr) {
443 bool VaapiH264Decoder::QueueSlice(H264SliceHeader* slice_hdr) {
477 bool VaapiH264Decoder::InitCurrPicture(H264SliceHeader* slice_hdr) {
522 bool VaapiH264Decoder::CalculatePicOrderCounts(H264SliceHeader* slice_hdr) {
731 void VaapiH264Decoder::ConstructReferencePicListsP(H264SliceHeader* slice_hdr) {
764 void VaapiH264Decoder::ConstructReferencePicListsB(H264SliceHeader* slice_hdr) {
867 bool VaapiH264Decoder::ModifyReferencePicList(H264SliceHeader *slice_hdr,
903 for (int i = 0; i < H264SliceHeader::kRefListModSize && !done; ++i) {
935 H264SliceHeader::kRefListModSize);
955 H264SliceHeader::kRefListModSize)
    [all...]

Completed in 55 milliseconds