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

  /external/libavc/encoder/
ih264e.h 533 UWORD8 u1_colour_description_present_flag; member in struct:__anon23901
ih264e_encode_header.c 205 PUT_BITS(ps_bitstrm, ps_vui->u1_colour_description_present_flag, 1,
208 if(ps_vui->u1_colour_description_present_flag)
    [all...]
ih264e_api.c     [all...]
  /external/libhevc/decoder/
ihevcd_cxa.h 692 UWORD8 u1_colour_description_present_flag; member in struct:__anon24967
ihevcd_parse_headers.c 770 ps_vui->u1_colour_description_present_flag = 0;
779 BITS_PARSE("colour_description_present_flag", ps_vui->u1_colour_description_present_flag, ps_bitstrm, 1);
780 if(ps_vui->u1_colour_description_present_flag)
    [all...]
ihevcd_api.c     [all...]
  /external/libavc/common/
ih264_structs.h 682 UWORD8 u1_colour_description_present_flag; member in struct:__anon23714
    [all...]
  /external/libhevc/common/
ihevc_structs.h 734 UWORD8 u1_colour_description_present_flag; member in struct:__anon24866
    [all...]
  /external/libavc/test/encoder/
main.c     [all...]

Completed in 190 milliseconds