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

/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp532 ivd_video_decode_op_t s_dec_op; local
536 setDecodeArgs(&s_dec_ip, &s_dec_op, NULL, NULL, 0);
539 (void *)&s_dec_op);
540 if (0 == s_dec_op.u4_output_present) {
634 ivd_video_decode_op_t s_dec_op; local
638 setDecodeArgs(&s_dec_ip, &s_dec_op, inHeader, outHeader, timeStampIx);
646 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip, (void *)&s_dec_op);
653 || (IHEVCD_UNSUPPORTED_DIMENSIONS == s_dec_op.u4_error_code));
654 bool resChanged = (IVD_RES_CHANGED == (s_dec_op.u4_error_code & 0xFF));
661 s_dec_op
[all...]

Completed in 62 milliseconds