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

  /external/v4l2_codec2/vda/
h264_parser.h 496 std::map<int, std::unique_ptr<H264SPS>> active_SPSes_;
h264_parser.cc 251 auto it = active_SPSes_.find(sps_id);
252 if (it == active_SPSes_.end()) {
    [all...]

Completed in 61 milliseconds