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

  /external/chromium_org/media/filters/
h264_parser.cc 42 H264PPS::H264PPS() {
162 const H264PPS* H264Parser::GetPPS(int pps_id) {
570 H264PPS* pps) {
878 scoped_ptr<H264PPS> pps(new H264PPS());
    [all...]
h264_parser.h 161 struct MEDIA_EXPORT H264PPS {
162 H264PPS();
378 const H264PPS* GetPPS(int pps_id);
419 Result ParsePPSScalingLists(const H264SPS& sps, H264PPS* pps);
454 typedef std::map<int, H264PPS*> PPSById;

Completed in 455 milliseconds