Home
last modified time | relevance | path

Searched defs:vdec_frame_info (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/msm8960/kernel-headers/linux/
Dmsm_q6vdec.h169 struct vdec_frame_info { struct
170 u32 status;
171 u32 offset;
172 u32 data1;
174 u32 data2;
175 int timestamp_lo;
176 int timestamp_hi;
177 int cal_timestamp_lo;
179 int cal_timestamp_hi;
180 u32 dec_width;
[all …]
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dmsm_q6vdec.h144 struct vdec_frame_info { struct
145 u32 status; /* video decode status */
146 u32 offset; /* buffer offset */
147 u32 data1; /* user data field 1 */
148 u32 data2; /* user data field 2 */
149 int timestamp_lo; /* lower 32 bits timestamp, in msec */
150 int timestamp_hi; /* higher 32 bits timestamp, in msec */
151 int cal_timestamp_lo; /* lower 32 bits cal timestamp, in msec */
152 int cal_timestamp_hi; /* higher 32 bits cal timestamp, in msec */
153 u32 dec_width; /* frame roi width */
[all …]