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

  /external/libhevc/decoder/
ihevcd_parse_headers.h 39 void ihevcd_copy_pps(codec_t *ps_codec, WORD32 pps_id, WORD32 pps_id_ref);
ihevcd_parse_slice_header.c 231 WORD32 pps_id; local
252 UEV_PARSE("pic_parameter_set_id", pps_id, ps_bitstrm);
253 pps_id = CLIP3(pps_id, 0, MAX_PPS_CNT - 2);
256 ps_pps = ps_codec->s_parse.ps_pps_base + pps_id;
267 ihevcd_copy_pps(ps_codec, pps_id, ps_pps_ref->i1_pps_id);
338 ps_slice_hdr->i1_pps_id = pps_id;
347 ps_slice_hdr->i1_pps_id = pps_id;
    [all...]
ihevcd_parse_headers.c 1731 WORD32 pps_id = 0; local
1799 WORD32 pps_id; local
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
secvideoparser.h 92 uint8_t pps_id; member in struct:_slice_header_t
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
secvideoparser.h 92 uint8_t pps_id; member in struct:_slice_header_t
  /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.
422 Result ParsePPS(int* pps_id);
424 // Return a pointer to SPS/PPS with given |sps_id|/|pps_id| or NULL if not
427 const H264PPS* GetPPS(int pps_id) const;
h264_parser.cc 240 const H264PPS* H264Parser::GetPPS(int pps_id) const {
241 auto it = active_PPSes_.find(pps_id);
243 DVLOG(1) << "Requested a nonexistent PPS id " << pps_id;
    [all...]
h264_decoder.cc 1418 int pps_id; local
    [all...]

Completed in 208 milliseconds