Searched refs:dec_fxns (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp308 void *dec_fxns = (void *)ivdec_api_function; local
322 mCodecCtx->pv_fxns = dec_fxns;
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp310 void *dec_fxns = (void *)ivdec_api_function; local
324 mCodecCtx->pv_fxns = dec_fxns;
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp358 void *dec_fxns = (void *)ivdec_api_function; local
375 mCodecCtx->pv_fxns = dec_fxns;

Completed in 273 milliseconds