Home
last modified time | relevance | path

Searched refs:IV_IDR_FRAME (Results 1 – 9 of 9) sorted by relevance

/external/libhevc/common/
Div.h94 IV_IDR_FRAME = 0x3, enumerator
/external/libavc/decoder/
Div.h96 IV_IDR_FRAME = 0x3, enumerator
Dih264d_api.c2474 ps_dec->i4_frametype = IV_IDR_FRAME; in ih264d_video_decode()
/external/libmpeg2/common/
Div.h110 IV_IDR_FRAME = 0x3, enumerator
/external/libavc/encoder/
Div2.h107 IV_IDR_FRAME = 0x3, enumerator
Dih264e_encode.c351 ps_codec->force_curr_frame_type = IV_IDR_FRAME; in ih264e_encode()
666 ps_video_encode_op->s_ive_op.u4_encoded_frame_type =IV_IDR_FRAME; in ih264e_encode()
Dih264e_api.c1295 && (ps_ip->s_ive_ip.e_frame_type != IV_IDR_FRAME)) in api_check_struct_sanity()
1919 ps_codec->force_curr_frame_type = IV_IDR_FRAME; in ih264e_codec_update_config()
2000 case IV_IDR_FRAME: in ih264e_codec_update_config()
2001 ps_codec->force_curr_frame_type = IV_IDR_FRAME; in ih264e_codec_update_config()
Dih264e_utils.c263 i4_force_idr = (ps_codec->force_curr_frame_type == IV_IDR_FRAME); in ih264e_input_queue_update()
/external/libavc/test/encoder/
Dmain.c1900 == IV_IDR_FRAME) in synchronous_encode()