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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_parse.h 6 that needs to be parsed and if start code found then sc_end_pos contains the index of last sc code byte
12 int32_t sc_end_pos; /* return value end position of sc */ member in struct:__anon23747
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_mp42_parser.c 27 uint32* sc_phase, uint32 *sc_end_pos, uint8 *is_normal_sc);
177 uint32 sc_end_pos = -1; local
210 - bytes_parsed, &sc_phase, &sc_end_pos, &is_normal_sc);
214 VTRACE ("sc_end_pos = %d\n", sc_end_pos);
217 + sc_end_pos - 3;
220 + sc_end_pos - 3;
222 bytes_parsed += sc_end_pos;
475 uint32 *sc_end_pos,
485 *sc_end_pos = -1
    [all...]

Completed in 36 milliseconds