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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 456 int use_svc; member in struct:VP9_COMP
551 void vp9_set_svc(VP9_COMP *cpi, int use_svc);
625 return cpi->use_svc && cpi->oxcf.pass != 0;
629 return (cpi->use_svc && cpi->oxcf.pass == 0);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 497 int use_svc; member in struct:VP9_COMP
570 void vp9_set_svc(VP9_COMP *cpi, int use_svc);

Completed in 35 milliseconds