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

  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 307 void *dec_fxns = (void *)ivdec_api_function; local
321 mCodecCtx->pv_fxns = dec_fxns;
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 268 void *dec_fxns = (void *)ivdec_api_function; local
282 mCodecCtx->pv_fxns = dec_fxns;
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 358 void *dec_fxns = (void *)ivdec_api_function; local
375 mCodecCtx->pv_fxns = dec_fxns;

Completed in 126 milliseconds