Home
last modified time | relevance | path

Searched refs:H264PPS (Results 1 – 4 of 4) sorted by relevance

/external/v4l2_codec2/vda/
Dh264_parser.h189 struct H264PPS { struct
190 H264PPS();
427 const H264PPS* GetPPS(int pps_id) const;
462 Result ParsePPSScalingLists(const H264SPS& sps, H264PPS* pps);
497 std::map<int, std::unique_ptr<H264PPS>> active_PPSes_;
Dh264_decoder.h57 const H264PPS* pps,
73 virtual bool SubmitSlice(const H264PPS* pps,
Dh264_parser.cc123 H264PPS::H264PPS() { in H264PPS() function in media::H264PPS
240 const H264PPS* H264Parser::GetPPS(int pps_id) const { in GetPPS()
716 H264PPS* pps) { in ParsePPSScalingLists()
1021 std::unique_ptr<H264PPS> pps(new H264PPS()); in ParsePPS()
1283 const H264PPS* pps; in ParseSliceHeader()
Dh264_decoder.cc719 const H264PPS* pps = parser_.GetPPS(curr_pps_id_); in StartNewFrame()
1293 const H264PPS* pps = parser_.GetPPS(curr_pps_id_); in ProcessCurrentSlice()