Searched refs:setDecodeArgs (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h110 bool setDecodeArgs(ivd_video_decode_ip_t *ps_dec_ip,
H A DSoftHEVC.cpp388 bool SoftHEVC::setDecodeArgs(ivd_video_decode_ip_t *ps_dec_ip, function in class:android::SoftHEVC
459 setDecodeArgs(&s_dec_ip, &s_dec_op, NULL, NULL, 0);
563 if (!setDecodeArgs(&s_dec_ip, &s_dec_op, inHeader, outHeader, timeStampIx)) {
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h113 bool setDecodeArgs(
H A DSoftAVCDec.cpp427 bool SoftAVC::setDecodeArgs( function in class:android::SoftAVC
499 setDecodeArgs(&s_dec_ip, &s_dec_op, NULL, NULL, 0);
614 if (!setDecodeArgs(&s_dec_ip, &s_dec_op, inHeader, outHeader, timeStampIx)) {
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h122 bool setDecodeArgs(
H A DSoftMPEG2.cpp514 bool SoftMPEG2::setDecodeArgs( function in class:android::SoftMPEG2
575 setDecodeArgs(&s_dec_ip, &s_dec_op, NULL, NULL, 0);
671 if (!setDecodeArgs(&s_dec_ip, &s_dec_op, inHeader, outHeader, timeStampIx)) {
720 if (setDecodeArgs(&s_dec_ip, &s_dec_op, inHeader, outHeader, timeStampIx)) {

Completed in 126 milliseconds