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

  /external/libhevc/decoder/
ihevcd_parse_headers.c 665 vui_t *ps_vui,
670 BITS_PARSE("aspect_ratio_info_present_flag", ps_vui->u1_aspect_ratio_info_present_flag, ps_bitstrm, 1);
672 ps_vui->u1_aspect_ratio_idc = SAR_UNUSED;
673 ps_vui->u2_sar_width = 0;
674 ps_vui->u2_sar_height = 0;
675 if(ps_vui->u1_aspect_ratio_info_present_flag)
677 BITS_PARSE("aspect_ratio_idc", ps_vui->u1_aspect_ratio_idc, ps_bitstrm, 8);
678 if(ps_vui->u1_aspect_ratio_idc == EXTENDED_SAR)
680 BITS_PARSE("sar_width", ps_vui->u2_sar_width, ps_bitstrm, 16);
681 BITS_PARSE("sar_height", ps_vui->u2_sar_height, ps_bitstrm, 16)
    [all...]
ihevcd_api.c 4007 vui_t *ps_vui; local
    [all...]

Completed in 38 milliseconds