HomeSort by relevance Sort by last modified time
    Searched refs:MAX_PAN_SCAN_CNT (Results 1 - 3 of 3) 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];
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_sei.c 285 if(sei_msg_ptr->pan_scan_cnt_minus1 > MAX_PAN_SCAN_CNT -1)
    [all...]

Completed in 142 milliseconds