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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_sei.h 45 #define MAX_PAN_SCAN_CNT 32
89 i32 panScanRectLeftOffset[MAX_PAN_SCAN_CNT];
90 i32 panScanRectRightOffset[MAX_PAN_SCAN_CNT];
91 i32 panScanRectTopOffset[MAX_PAN_SCAN_CNT];
92 i32 panScanRectBottomOffset[MAX_PAN_SCAN_CNT];
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_sei.h 23 #define MAX_PAN_SCAN_CNT 3
106 int32_t pan_scan_rect_left_offset[MAX_PAN_SCAN_CNT];
107 int32_t pan_scan_rect_right_offset[MAX_PAN_SCAN_CNT];
108 int32_t pan_scan_rect_top_offset[MAX_PAN_SCAN_CNT];
109 int32_t pan_scan_rect_bottom_offset[MAX_PAN_SCAN_CNT];

Completed in 74 milliseconds