Home
last modified time | relevance | path

Searched refs:IV_I_FRAME (Results 1 – 11 of 11) sorted by relevance

/external/libavc/decoder/
Div.h93 IV_I_FRAME = 0x0, enumerator
111 IV_FRAMETYPE_DEFAULT = IV_I_FRAME
Dih264d_api.c2316 ps_dec->i4_frametype = IV_I_FRAME; in ih264d_video_decode()
/external/libhevc/common/
Div.h91 IV_I_FRAME = 0x0, enumerator
109 IV_FRAMETYPE_DEFAULT = IV_I_FRAME
/external/libmpeg2/common/
Div.h107 IV_I_FRAME = 0x0, enumerator
125 IV_FRAMETYPE_DEFAULT = IV_I_FRAME
/external/libavc/encoder/
Div2.h104 IV_I_FRAME = 0x0, enumerator
122 IV_FRAMETYPE_DEFAULT = IV_I_FRAME
Dih264e_encode.c670 ps_video_encode_op->s_ive_op.u4_encoded_frame_type = IV_I_FRAME; in ih264e_encode()
Dih264e_api.c1275 && (ps_ip->s_ive_ip.e_frame_type != IV_I_FRAME) in api_check_struct_sanity()
1954 case IV_I_FRAME: in ih264e_codec_update_config()
1955 ps_codec->force_curr_frame_type = IV_I_FRAME; in ih264e_codec_update_config()
Dih264e_utils.c266 i4_force_i = (ps_codec->force_curr_frame_type == IV_I_FRAME); in ih264e_input_queue_update()
/external/libmpeg2/decoder/
Dimpeg2d_decoder.c266 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_I_FRAME; in impeg2d_dec_frm()
278 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_I_FRAME; in impeg2d_dec_frm()
Dimpeg2d_api_main.c3311 ps_dec_op->s_ivd_video_decode_op_t.e_pic_type = IV_I_FRAME; in impeg2d_api_entity()
3323 ps_dec_op->s_ivd_video_decode_op_t.e_pic_type = IV_I_FRAME; in impeg2d_api_entity()
/external/libavc/test/encoder/
Dmain.c1846 == IV_I_FRAME) in synchronous_encode()