HomeSort by relevance Sort by last modified time
    Searched refs:u1_pic_order_present_flag (Results 1 - 5 of 5) sorted by null

  /external/libavc/encoder/
ih264e_encode_header.c 627 PUT_BITS(ps_bitstrm, ps_pps->u1_pic_order_present_flag, 1, return_status, "Pic order present flag");
769 if(ps_pps->u1_pic_order_present_flag && !ps_slice_hdr->i1_field_pic_flag)
781 if (ps_pps->u1_pic_order_present_flag && !ps_slice_hdr->i1_field_pic_flag)
    [all...]
  /external/libavc/decoder/
ih264d_parse_headers.c 239 ps_pps->u1_pic_order_present_flag = ih264d_get_bit_h264(ps_bitstrm);
240 COPYTHECONTEXT("PPS: pic_order_present_flag",ps_pps->u1_pic_order_present_flag);
    [all...]
ih264d_parse_slice.c     [all...]
ih264d_structs.h 389 UWORD8 u1_pic_order_present_flag; /** Pic order present u4_flag */ member in struct:__anon22115
    [all...]
  /external/libavc/common/
ih264_structs.h 1071 UWORD8 u1_pic_order_present_flag; member in struct:__anon22047
    [all...]

Completed in 93 milliseconds