Home
last modified time | relevance | path

Searched refs:u1_pic_order_present_flag (Results 1 – 5 of 5) sorted by relevance

/external/libavc/encoder/
Dih264e_encode_header.c627 …PUT_BITS(ps_bitstrm, ps_pps->u1_pic_order_present_flag, 1, return_status, "Pic order present flag"… in ih264e_generate_pps()
769 if(ps_pps->u1_pic_order_present_flag && !ps_slice_hdr->i1_field_pic_flag) in ih264e_generate_slice_header()
781 if (ps_pps->u1_pic_order_present_flag && !ps_slice_hdr->i1_field_pic_flag) in ih264e_generate_slice_header()
1206 ps_pps->u1_pic_order_present_flag = 0; in ih264e_populate_pps()
/external/libavc/decoder/
Dih264d_parse_headers.c241 ps_pps->u1_pic_order_present_flag = ih264d_get_bit_h264(ps_bitstrm); in ih264d_parse_pps()
242 COPYTHECONTEXT("PPS: pic_order_present_flag",ps_pps->u1_pic_order_present_flag); in ih264d_parse_pps()
Dih264d_parse_slice.c1293 if((ps_pps->u1_pic_order_present_flag == 1) && (!u1_field_pic_flag)) in ih264d_parse_decode_slice()
1313 if(ps_pps->u1_pic_order_present_flag && !u1_field_pic_flag) in ih264d_parse_decode_slice()
Dih264d_structs.h389 UWORD8 u1_pic_order_present_flag; /** Pic order present u4_flag */ member
/external/libavc/common/
Dih264_structs.h1071 UWORD8 u1_pic_order_present_flag; member