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

  /external/libhevc/decoder/
ihevcd_parse_headers.h 38 void ihevcd_copy_sps(codec_t *ps_codec, WORD32 sps_id, WORD32 sps_id_ref);
ihevcd_parse_headers.c 1275 WORD32 sps_id; local
    [all...]
ihevcd_parse_slice_header.c 223 WORD32 sps_id; local
271 sps_id = ps_pps->i1_sps_id;
274 ps_sps = ps_codec->s_parse.ps_sps_base + sps_id;
    [all...]
  /external/v4l2_codec2/vda/
h264_parser.h 415 // of the parsed structure in |*pps_id|/|*sps_id|.
417 // passing the returned |*sps_id|/|*pps_id| as parameter.
421 Result ParseSPS(int* sps_id);
424 // Return a pointer to SPS/PPS with given |sps_id|/|pps_id| or NULL if not
426 const H264SPS* GetSPS(int sps_id) const;
h264_decoder.h 137 bool ProcessSPS(int sps_id, bool* need_new_buffers);
h264_decoder.cc 1389 int sps_id; local
    [all...]
h264_parser.cc 250 const H264SPS* H264Parser::GetSPS(int sps_id) const {
251 auto it = active_SPSes_.find(sps_id);
253 DVLOG(1) << "Requested a nonexistent SPS id " << sps_id;
893 H264Parser::Result H264Parser::ParseSPS(int* sps_id) {
898 *sps_id = -1;
    [all...]

Completed in 403 milliseconds