Searched defs:context_ENC_s (Results 1 – 3 of 3) sorted by relevance
240 struct context_ENC_s { struct241 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 …]
197 struct context_ENC_s { struct198 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 …]
158 struct context_ENC_s { struct159 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 …]