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

  /external/libavc/encoder/
ih264e_encode_header.c 223 PUT_BITS_UEV(ps_bitstrm, ps_sps->i1_pic_order_cnt_type, return_status, "pic_order_cnt_type");
225 if (ps_sps->i1_pic_order_cnt_type == 0)
230 else if (ps_sps->i1_pic_order_cnt_type == 1)
483 if (ps_sps->i1_pic_order_cnt_type == 0)
495 if (ps_sps->i1_pic_order_cnt_type == 1 && !ps_sps->i1_delta_pic_order_always_zero_flag)
754 ps_sps->i1_pic_order_cnt_type = 2;
758 ps_sps->i1_pic_order_cnt_type = 0;
765 if (ps_sps->i1_pic_order_cnt_type == 0)
769 else if (ps_sps->i1_pic_order_cnt_type == 1)
    [all...]
  /external/libavc/common/
ih264_structs.h 895 WORD8 i1_pic_order_cnt_type; member in struct:__anon11769
    [all...]

Completed in 35 milliseconds