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

  /external/libvpx/libvpx/
webmenc.c 253 struct cue_entry *cue, *new_cue_list; local
255 new_cue_list = realloc(glob->cue_list,
257 if (new_cue_list)
258 glob->cue_list = new_cue_list;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmenc.c 253 struct cue_entry *cue, *new_cue_list; local
255 new_cue_list = realloc(glob->cue_list,
257 if (new_cue_list)
258 glob->cue_list = new_cue_list;

Completed in 493 milliseconds