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

/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp570 ivd_video_decode_ip_t s_dec_ip; local
575 setDecodeArgs(&s_dec_ip, &s_dec_op, NULL, NULL, 0);
577 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip, (void *)&s_dec_op);
666 ivd_video_decode_ip_t s_dec_ip; local
671 if (!setDecodeArgs(&s_dec_ip, &s_dec_op, inHeader, outHeader, timeStampIx)) {
677 DUMP_TO_FILE(mInFile, s_dec_ip.pv_stream_buffer, s_dec_ip.u4_num_Bytes);
679 if (s_dec_ip.u4_num_Bytes > 0) {
680 char *ptr = (char *)s_dec_ip.pv_stream_buffer;
689 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip, (voi
[all...]
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp494 ivd_video_decode_ip_t s_dec_ip; local
499 setDecodeArgs(&s_dec_ip, &s_dec_op, NULL, NULL, 0);
501 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip, (void *)&s_dec_op);
609 ivd_video_decode_ip_t s_dec_ip; local
614 if (!setDecodeArgs(&s_dec_ip, &s_dec_op, inHeader, outHeader, timeStampIx)) {
621 DUMP_TO_FILE(mInFile, s_dec_ip.pv_stream_buffer, s_dec_ip.u4_num_Bytes);
629 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip, (void *)&s_dec_op);
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp454 ivd_video_decode_ip_t s_dec_ip; local
459 setDecodeArgs(&s_dec_ip, &s_dec_op, NULL, NULL, 0);
461 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip,
558 ivd_video_decode_ip_t s_dec_ip; local
563 if (!setDecodeArgs(&s_dec_ip, &s_dec_op, inHeader, outHeader, timeStampIx)) {
576 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip, (void *)&s_dec_op);

Completed in 114 milliseconds