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

  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 529 ivd_video_decode_ip_t s_dec_ip; local
534 setDecodeArgs(&s_dec_ip, &s_dec_op, NULL, NULL, 0);
536 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip, (void *)&s_dec_op);
625 ivd_video_decode_ip_t s_dec_ip; local
630 if (!setDecodeArgs(&s_dec_ip, &s_dec_op, inHeader, outHeader, timeStampIx)) {
636 DUMP_TO_FILE(mInFile, s_dec_ip.pv_stream_buffer, s_dec_ip.u4_num_Bytes);
638 if (s_dec_ip.u4_num_Bytes > 0) {
639 char *ptr = (char *)s_dec_ip.pv_stream_buffer;
648 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip, (void *)&s_dec_op)
    [all...]
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 451 ivd_video_decode_ip_t s_dec_ip; local
456 setDecodeArgs(&s_dec_ip, &s_dec_op, NULL, NULL, 0);
458 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip, (void *)&s_dec_op);
566 ivd_video_decode_ip_t s_dec_ip; local
571 if (!setDecodeArgs(&s_dec_ip, &s_dec_op, inHeader, outHeader, timeStampIx)) {
578 DUMP_TO_FILE(mInFile, s_dec_ip.pv_stream_buffer, s_dec_ip.u4_num_Bytes);
586 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip, (void *)&s_dec_op);
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 412 ivd_video_decode_ip_t s_dec_ip; local
417 setDecodeArgs(&s_dec_ip, &s_dec_op, NULL, NULL, 0);
419 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip,
516 ivd_video_decode_ip_t s_dec_ip; local
521 if (!setDecodeArgs(&s_dec_ip, &s_dec_op, inHeader, outHeader, timeStampIx)) {
534 status = ivdec_api_function(mCodecCtx, (void *)&s_dec_ip, (void *)&s_dec_op);

Completed in 36 milliseconds