Home
last modified time | relevance | path

Searched refs:IV_B_FRAME (Results 1 – 12 of 12) sorted by relevance

/external/libhevc/common/
Div.h93 IV_B_FRAME = 0x2, enumerator
/external/libavc/decoder/
Div.h95 IV_B_FRAME = 0x2, enumerator
Dih264d_api.c1984 ps_dec_op->e_pic_type = IV_B_FRAME; in ih264d_video_decode()
2311 ps_dec->i4_frametype = IV_B_FRAME; in ih264d_video_decode()
/external/libmpeg2/common/
Div.h109 IV_B_FRAME = 0x2, enumerator
/external/libavc/encoder/
Div2.h106 IV_B_FRAME = 0x2, enumerator
Dih264e_encode.c678 ps_video_encode_op->s_ive_op.u4_encoded_frame_type = IV_B_FRAME; in ih264e_encode()
/external/libmpeg2/decoder/
Dimpeg2d_decoder.c274 ps_op->s_ivd_video_decode_op_t.e_pic_type = IV_B_FRAME; in impeg2d_dec_frm()
Dimpeg2d_api_main.c3319 ps_dec_op->s_ivd_video_decode_op_t.e_pic_type = IV_B_FRAME; in impeg2d_api_entity()
/external/libavc/test/encoder/
Dmain.c1846 == IV_B_FRAME) in synchronous_encode()
/external/libhevc/test/decoder/
Dmain.c2881 if(IV_B_FRAME == s_video_decode_op.e_pic_type) in hevcdec_main()
/external/libmpeg2/test/decoder/
Dmain.c2999 if(IV_B_FRAME == s_video_decode_op.e_pic_type) in vdec_main()
/external/libavc/test/decoder/
Dmain.c2984 if(IV_B_FRAME == s_video_decode_op.e_pic_type) in h264dec_main()