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

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 155 if ( error != -1 && (init_decoder (decoder_context) == -1 ))
216 int init_decoder ( struct video_decoder_context *init_decode ) function
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 150 if ( error != -1 && (init_decoder (decoder_context) == -1 )) {
207 int init_decoder ( struct video_decoder_context *init_decode ) function
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 322 static vpx_codec_err_t init_decoder(vpx_codec_alg_priv_t *ctx) { function
564 const vpx_codec_err_t res = init_decoder(ctx);
    [all...]

Completed in 52 milliseconds