Home
last modified time | relevance | path

Searched refs:MAX_PAN_SCAN_CNT (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264parse_sei.h23 #define MAX_PAN_SCAN_CNT 3 macro
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/
Dh264parse_sei.c285 if(sei_msg_ptr->pan_scan_cnt_minus1 > MAX_PAN_SCAN_CNT -1) in h264_sei_pan_scan()