HomeSort by relevance Sort by last modified time
    Searched refs:iv_obj_t (Results 1 - 25 of 33) sorted by null

1 2

  /external/libhevc/decoder/
ihevcd_decode.h 40 WORD32 ihevcd_decode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op);
ihevcd_api.c 133 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle,
172 if(ps_handle->u4_size != sizeof(iv_obj_t))
    [all...]
ihevcd_cxa.h 66 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle,
  /external/libmpeg2/decoder/
impeg2d_api.h 74 IV_API_CALL_STATUS_T impeg2d_api_init(iv_obj_t *DECHDL,
78 IV_API_CALL_STATUS_T impeg2d_api_set_display_frame(iv_obj_t *DECHDL,
82 IV_API_CALL_STATUS_T impeg2d_api_rel_display_frame(iv_obj_t *DECHDL,
86 IV_API_CALL_STATUS_T impeg2d_api_retrieve_mem_rec(iv_obj_t *DECHDL,
90 IV_API_CALL_STATUS_T impeg2d_api_ctl(iv_obj_t *DECHDL,
94 IV_API_CALL_STATUS_T impeg2d_api_get_version(iv_obj_t *DECHDL,
98 IV_API_CALL_STATUS_T impeg2d_api_get_buf_info(iv_obj_t *DECHDL,
102 IV_API_CALL_STATUS_T impeg2d_api_set_flush_mode(iv_obj_t *DECHDL,
106 IV_API_CALL_STATUS_T impeg2d_api_set_default(iv_obj_t *DECHDL,
110 IV_API_CALL_STATUS_T impeg2d_api_reset(iv_obj_t *DECHDL
    [all...]
impeg2d_api_main.c 149 IV_API_CALL_STATUS_T impeg2d_api_rel_display_frame(iv_obj_t *ps_dechdl,
202 IV_API_CALL_STATUS_T impeg2d_api_set_display_frame(iv_obj_t *ps_dechdl,
267 IV_API_CALL_STATUS_T impeg2d_api_set_num_cores(iv_obj_t *ps_dechdl,
325 IV_API_CALL_STATUS_T impeg2d_set_processor(iv_obj_t *ps_codec_obj,
438 ps_mem_rec->u4_mem_size = sizeof(iv_obj_t);
635 IV_API_CALL_STATUS_T impeg2d_api_get_version(iv_obj_t *ps_dechdl,
694 IV_API_CALL_STATUS_T impeg2d_api_get_buf_info(iv_obj_t *ps_dechdl,
    [all...]
impeg2d.h 81 IV_API_CALL_STATUS_T impeg2d_api_function(iv_obj_t *ps_handle,
  /external/libavc/decoder/
ih264d_parse_headers.h 41 WORD32 ih264d_parse_nal_unit(iv_obj_t *dec_hdl,
ih264d_utils.h 94 void ih264d_close_video_decoder(iv_obj_t *iv_obj_t);
iv.h 146 /* IV_OBJ_T: This structure defines the handle for the codec instance */
163 }iv_obj_t; typedef in typeref:struct:__anon14771
ih264d_api.c 135 WORD32 ih264d_get_frame_dimensions(iv_obj_t *dec_hdl,
138 WORD32 ih264d_set_num_cores(iv_obj_t *dec_hdl, void *pv_api_ip, void *pv_api_op);
147 WORD32 ih264d_set_degrade(iv_obj_t *ps_codec_obj,
154 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle,
192 if(ps_handle->u4_size != sizeof(iv_obj_t))
    [all...]
ih264d.h 71 IV_API_CALL_STATUS_T ih264d_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);
  /external/libavc/encoder/
ih264e_master.h 109 WORD32 ih264e_encode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op);
ih264e.h 57 IV_STATUS_T ih264e_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);
iv2.h 213 }iv_obj_t; typedef in typeref:struct:__anon14943
  /external/libhevc/test/decoder/
main.c 509 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, pv_api_ip, pv_api_op);
559 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
609 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
660 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
710 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
    [all...]
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.h 70 iv_obj_t *mCodecCtx; // Codec context
  /external/libhevc/common/
iv.h 144 /* IV_OBJ_T: This structure defines the handle for the codec instance */
161 }iv_obj_t; typedef in typeref:struct:__anon15706
  /external/libmpeg2/test/decoder/
main.c 523 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, pv_api_ip, pv_api_op);
577 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
627 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
678 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
728 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
    [all...]
  /external/libavc/test/decoder/
main.c 516 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, pv_api_ip, pv_api_op);
568 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
618 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
669 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
719 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip,
    [all...]
  /external/libmpeg2/common/
iv.h 164 /* IV_OBJ_T: This structure defines the handle for the codec instance */
181 }iv_obj_t; typedef in typeref:struct:__anon15919
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 68 iv_obj_t *mCodecCtx; // Codec context
SoftAVCDec.cpp 320 mCodecCtx = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle;
322 mCodecCtx->u4_size = sizeof(iv_obj_t);
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 73 iv_obj_t *mCodecCtx; // Codec context
  /external/libavc/test/encoder/
app.h 215 iv_obj_t *ps_enc;
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h 190 iv_obj_t *mCodecCtx; // Codec context

Completed in 789 milliseconds

1 2