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

  /external/libavc/encoder/
ih264e_encode_header.c     [all...]
ih264e_utils.c     [all...]
ih264e_process.c 170 /*ps_codec->i4_sps_id ++;*/
171 ps_codec->i4_sps_id %= MAX_SPS_CNT;
174 ps_sps = ps_codec->ps_sps_base + ps_codec->i4_sps_id;
    [all...]
ih264e_structs.h 2434 WORD32 i4_sps_id; member in struct:_codec_t
    [all...]
ih264e_api.c     [all...]
  /external/libhevc/decoder/
ihevcd_structs.h 2096 WORD32 i4_sps_id; member in struct:_codec_t
    [all...]
ihevcd_api.c     [all...]
ihevcd_decode.c 209 sps_t *ps_sps = (ps_codec->s_parse.ps_sps_base + ps_codec->i4_sps_id);
    [all...]
ihevcd_utils.c 202 sps_t *ps_sps = (ps_codec->s_parse.ps_sps_base + ps_codec->i4_sps_id);
    [all...]
ihevcd_parse_headers.c     [all...]

Completed in 137 milliseconds