Home
last modified time | relevance | path

Searched defs:context_ENC_s (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.h240 struct context_ENC_s { struct
241 object_context_p obj_context; /* back reference */
242 context_ENC_mem_size ctx_mem_size;
243 context_ENC_frame_buf ctx_frame_buf;
244 context_ENC_mem ctx_mem[2];
245 context_ENC_cmdbuf ctx_cmdbuf[2];
246 IMG_UINT32 ui32FrameCount[2];
248 struct psb_buffer_s bufs_writeback;
250 IMG_FRAME_TYPE eFrameType;
251 IMG_FRAME_TYPE ePreFrameType;
[all …]
Dpnw_hostcode.h197 struct context_ENC_s { struct
198 object_context_p obj_context; /* back reference */
200 IMG_UINT32 NumCores; /* Number of encode cores in Penwell */
201 IMG_UINT32 ParallelCores; /* Number of cores to use */
202 IMG_INT32 BelowParamsBufIdx;
203 IMG_INT16 RawWidth;
204 IMG_INT16 RawHeight;
206 IMG_UINT16 Width; /* ~0xf & (RawWidth + 0xf)*/
207 IMG_UINT16 Height; /* ~0xf & (RawHeight + 0xf */
209 IMG_UINT16 Slices;
[all …]
/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostcode.h158 struct context_ENC_s { struct
159 object_context_p obj_context; /* back reference */
161 IMG_UINT32 Width;
162 IMG_UINT32 Height;
163 IMG_UINT16 RawWidth;
164 IMG_UINT16 RawHeight;
165 IMG_UINT16 Slices;
166 enum drm_lnc_topaz_codec eCodec;
167 IMG_FORMAT eFormat;
168 unsigned int FCode;
[all …]