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

  /external/v4l2_codec2/vda/
h264_parser.h 497 std::map<int, std::unique_ptr<H264PPS>> active_PPSes_;
h264_parser.cc 241 auto it = active_PPSes_.find(pps_id);
242 if (it == active_PPSes_.end()) {
    [all...]

Completed in 297 milliseconds