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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_parser_ops.h 23 uint32_t (*parse_sc) (void *ctxt, void *pcxt, void *sc_state); member in struct:__anon23741
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm.c 64 parser_ops[MFD_STREAM_FORMAT_VC1].parse_sc = viddec_parse_sc;
69 parser_ops[MFD_STREAM_FORMAT_MPEG].parse_sc = viddec_parse_sc;
74 parser_ops[MFD_STREAM_FORMAT_H264].parse_sc = viddec_parse_sc;
321 ret = func->parse_sc((void *)&(cxt->parse_cubby), (void *)&(cxt->codec_data[0]), &(cxt->sc_prefix_info));
vbp_vc1_parser.c 57 pcontext->parser_ops->parse_sc = viddec_parse_sc;
209 /* pointer. Below, where we call parse_sc() the code starts the search for */
213 /* end of the buffer, then parse_sc() is returning information relative to */
236 ret = ops->parse_sc((void *)&cubby, (void *)&(cxt->codec_data[0]), &(cxt->sc_prefix_info));
291 /* We need to set up the cubby buffer for the next time through parse_sc(). */
vbp_mp42_parser.c 62 pcontext->parser_ops->parse_sc = dlsym(pcontext->fd_parser, "viddec_parse_sc_mp4");
63 if (pcontext->parser_ops->parse_sc == NULL)
    [all...]
vbp_h264_parser.c 107 pcontext->parser_ops->parse_sc = viddec_parse_sc;
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_parse.c 274 ops->parse_sc = viddec_parse_sc_mp4;

Completed in 71 milliseconds