Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 211) sorted by relevance

123456789

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_qclient.cpp45 QClient::QClient(hwc_context_t *ctx) : mHwcContext(ctx), in QClient()
56 static void securing(hwc_context_t *ctx, uint32_t startEnd) { in securing()
70 static void unsecuring(hwc_context_t *ctx, uint32_t startEnd) { in unsecuring()
89 static android::status_t screenRefresh(hwc_context_t *ctx) { in screenRefresh()
98 static void setExtOrientation(hwc_context_t *ctx, uint32_t orientation) { in setExtOrientation()
102 static void isExternalConnected(hwc_context_t* ctx, Parcel* outParcel) { in isExternalConnected()
108 static void getDisplayAttributes(hwc_context_t* ctx, const Parcel* inParcel, in getDisplayAttributes()
136 static void setBufferMirrorMode(hwc_context_t *ctx, uint32_t enable) { in setBufferMirrorMode()
140 static status_t getDisplayVisibleRegion(hwc_context_t* ctx, int dpy, in getDisplayVisibleRegion()
165 static void pauseWFD(hwc_context_t *ctx, uint32_t pause) { in pauseWFD()
[all …]
Dhwc_uevents.cpp42 static void setup(hwc_context_t* ctx, int dpy) in setup()
48 static void clear(hwc_context_t* ctx, int dpy) in clear()
70 static bool getPanelResetStatus(hwc_context_t* ctx, const char* strUdata, int len) in getPanelResetStatus()
102 void handle_pause(hwc_context_t* ctx, int dpy) { in handle_pause()
109 void handle_resume(hwc_context_t* ctx, int dpy) { in handle_resume()
116 static void teardownWfd(hwc_context_t* ctx) { in teardownWfd()
160 static void handle_uevent(hwc_context_t* ctx, const char* udata, int len) in handle_uevent()
323 hwc_context_t * ctx = reinterpret_cast<hwc_context_t *>(param); in uevent_loop() local
340 void init_uevent_thread(hwc_context_t* ctx) in init_uevent_thread()
Dhwc_mdpcomp.cpp50 MDPComp* MDPComp::getObject(hwc_context_t *ctx, const int& dpy) { in getObject()
62 void MDPComp::dump(android::String8& buf, hwc_context_t *ctx) in dump()
107 bool MDPComp::init(hwc_context_t *ctx) { in init()
175 void MDPComp::reset(hwc_context_t *ctx) { in reset()
188 struct hwc_context_t* ctx = (struct hwc_context_t*)(udata); in timeout_handler() local
209 void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx, in setMDPCompLayerFlags()
229 void MDPComp::setRedraw(hwc_context_t *ctx, in setRedraw()
317 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp()
328 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
413 bool MDPComp::isFrameDoable(hwc_context_t *ctx) { in isFrameDoable()
[all …]
Dhwc.cpp78 static int getDpyforExternalDisplay(hwc_context_t *ctx, int dpy) { in getDpyforExternalDisplay()
91 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_registerProcs() local
104 static void setPaddingRound(hwc_context_t *ctx, int numDisplays, in setPaddingRound()
129 static void setDMAState(hwc_context_t *ctx, int numDisplays, in setDMAState()
181 static void setNumActiveDisplays(hwc_context_t *ctx, int numDisplays, in setNumActiveDisplays()
199 static void reset(hwc_context_t *ctx, int numDisplays, in reset()
232 static void scaleDisplayFrame(hwc_context_t *ctx, int dpy, in scaleDisplayFrame()
258 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare_primary() local
293 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare_external() local
329 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare() local
[all …]
Dhwc_virtual.cpp62 void HWCVirtualVDS::init(hwc_context_t *ctx) { in init()
74 void HWCVirtualVDS::destroy(hwc_context_t *ctx, size_t /*numDisplays*/, in destroy()
106 hwc_context_t* ctx = (hwc_context_t*)(dev); in prepare() local
161 int HWCVirtualVDS::set(hwc_context_t *ctx, hwc_display_contents_1_t *list) { in set()
247 void HWCVirtualVDS::pause(hwc_context_t* ctx, int dpy) { in pause()
270 void HWCVirtualVDS::resume(hwc_context_t* ctx, int dpy) { in resume()
294 hwc_context_t* ctx = (hwc_context_t*)(dev); in prepare() local
326 int HWCVirtualV4L2::set(hwc_context_t *ctx, hwc_display_contents_1_t *list) { in set()
391 void HWCVirtualV4L2::pause(hwc_context_t* ctx, int dpy) { in pause()
413 void HWCVirtualV4L2::resume(hwc_context_t* ctx, int dpy){ in resume()
Dhwc_fbupdate.cpp40 IFBUpdate* IFBUpdate::getObject(hwc_context_t *ctx, const int& dpy) { in getObject()
49 IFBUpdate::IFBUpdate(hwc_context_t *ctx, const int& dpy) : mDpy(dpy) { in IFBUpdate()
72 bool IFBUpdate::prepareAndValidate(hwc_context_t *ctx, in prepareAndValidate()
81 FBUpdateNonSplit::FBUpdateNonSplit(hwc_context_t *ctx, const int& dpy): in FBUpdateNonSplit()
89 bool FBUpdateNonSplit::preRotateExtDisplay(hwc_context_t *ctx, in preRotateExtDisplay()
118 bool FBUpdateNonSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, in prepare()
130 bool FBUpdateNonSplit::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, in configure()
236 bool FBUpdateNonSplit::draw(hwc_context_t *ctx, private_handle_t *hnd) in draw()
260 FBUpdateSplit::FBUpdateSplit(hwc_context_t *ctx, const int& dpy): in FBUpdateSplit()
270 bool FBUpdateSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, in prepare()
[all …]
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_qclient.cpp44 QClient::QClient(hwc_context_t *ctx) : mHwcContext(ctx), in QClient()
55 static void securing(hwc_context_t *ctx, uint32_t startEnd) { in securing()
69 static void unsecuring(hwc_context_t *ctx, uint32_t startEnd) { in unsecuring()
88 static android::status_t screenRefresh(hwc_context_t *ctx) { in screenRefresh()
97 static void setExtOrientation(hwc_context_t *ctx, uint32_t orientation) { in setExtOrientation()
101 static void isExternalConnected(hwc_context_t* ctx, Parcel* outParcel) { in isExternalConnected()
107 static void getDisplayAttributes(hwc_context_t* ctx, const Parcel* inParcel, in getDisplayAttributes()
130 static void setBufferMirrorMode(hwc_context_t *ctx, uint32_t enable) { in setBufferMirrorMode()
134 static status_t getDisplayVisibleRegion(hwc_context_t* ctx, int dpy, in getDisplayVisibleRegion()
159 static void pauseWFD(hwc_context_t *ctx, uint32_t pause) { in pauseWFD()
[all …]
Dhwc_uevents.cpp42 static void setup(hwc_context_t* ctx, int dpy) in setup()
48 static void clear(hwc_context_t* ctx, int dpy) in clear()
70 static bool getPanelResetStatus(hwc_context_t* ctx, const char* strUdata, int len) in getPanelResetStatus()
102 void handle_pause(hwc_context_t* ctx, int dpy) { in handle_pause()
109 void handle_resume(hwc_context_t* ctx, int dpy) { in handle_resume()
116 static void teardownWfd(hwc_context_t* ctx) { in teardownWfd()
151 static void handle_uevent(hwc_context_t* ctx, const char* udata, int len) in handle_uevent()
316 hwc_context_t * ctx = reinterpret_cast<hwc_context_t *>(param); in uevent_loop() local
333 void init_uevent_thread(hwc_context_t* ctx) in init_uevent_thread()
Dhwc_mdpcomp.cpp49 MDPComp* MDPComp::getObject(hwc_context_t *ctx, const int& dpy) { in getObject()
61 void MDPComp::dump(android::String8& buf, hwc_context_t *ctx) in dump()
106 bool MDPComp::init(hwc_context_t *ctx) { in init()
171 void MDPComp::reset(hwc_context_t *ctx) { in reset()
179 struct hwc_context_t* ctx = (struct hwc_context_t*)(udata); in timeout_handler() local
200 void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx, in setMDPCompLayerFlags()
220 void MDPComp::setRedraw(hwc_context_t *ctx, in setRedraw()
308 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp()
319 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
404 bool MDPComp::isFrameDoable(hwc_context_t *ctx) { in isFrameDoable()
[all …]
Dhwc_virtual.cpp51 void HWCVirtualVDS::init(hwc_context_t *ctx) { in init()
63 void HWCVirtualVDS::destroy(hwc_context_t *ctx, size_t /*numDisplays*/, in destroy()
95 hwc_context_t* ctx = (hwc_context_t*)(dev); in prepare() local
149 int HWCVirtualVDS::set(hwc_context_t *ctx, hwc_display_contents_1_t *list) { in set()
218 void HWCVirtualVDS::pause(hwc_context_t* ctx, int dpy) { in pause()
230 void HWCVirtualVDS::resume(hwc_context_t* ctx, int dpy) { in resume()
254 hwc_context_t* ctx = (hwc_context_t*)(dev); in prepare() local
287 int HWCVirtualV4L2::set(hwc_context_t *ctx, hwc_display_contents_1_t *list) { in set()
353 void HWCVirtualV4L2::pause(hwc_context_t* ctx, int dpy) { in pause()
375 void HWCVirtualV4L2::resume(hwc_context_t* ctx, int dpy){ in resume()
Dhwc.cpp78 static int getDpyforExternalDisplay(hwc_context_t *ctx, int dpy) { in getDpyforExternalDisplay()
91 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_registerProcs() local
104 static void setPaddingRound(hwc_context_t *ctx, int numDisplays, in setPaddingRound()
129 static void setDMAState(hwc_context_t *ctx, int numDisplays, in setDMAState()
181 static void setNumActiveDisplays(hwc_context_t *ctx, int numDisplays, in setNumActiveDisplays()
199 static void reset(hwc_context_t *ctx, int numDisplays, in reset()
237 static void scaleDisplayFrame(hwc_context_t *ctx, int dpy, in scaleDisplayFrame()
270 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare_primary() local
304 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare_external() local
340 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare() local
[all …]
Dhwc_fbupdate.cpp40 IFBUpdate* IFBUpdate::getObject(hwc_context_t *ctx, const int& dpy) { in getObject()
49 IFBUpdate::IFBUpdate(hwc_context_t *ctx, const int& dpy) : mDpy(dpy) { in IFBUpdate()
65 bool IFBUpdate::prepareAndValidate(hwc_context_t *ctx, in prepareAndValidate()
74 FBUpdateNonSplit::FBUpdateNonSplit(hwc_context_t *ctx, const int& dpy): in FBUpdateNonSplit()
82 bool FBUpdateNonSplit::preRotateExtDisplay(hwc_context_t *ctx, in preRotateExtDisplay()
112 bool FBUpdateNonSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, in prepare()
124 bool FBUpdateNonSplit::configure(hwc_context_t *ctx, hwc_display_contents_1 *list, in configure()
230 bool FBUpdateNonSplit::draw(hwc_context_t *ctx, private_handle_t *hnd) in draw()
254 FBUpdateSplit::FBUpdateSplit(hwc_context_t *ctx, const int& dpy): in FBUpdateSplit()
264 bool FBUpdateSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, in prepare()
[all …]
/hardware/intel/img/psb_video/src/
Dtng_H264ES.c70 context_ENC_p ctx; in tng__H264ES_init_profile() local
104 context_ENC_p ctx = (context_ENC_p) obj_context->format_data; in tng__H264ES_get_codec_type() local
151 context_ENC_p ctx = (context_ENC_p) obj_context->format_data; in tng__H264ES_init_format_mode() local
163 context_ENC_p ctx = (context_ENC_p) obj_context->format_data; in tng__H264ES_init_context() local
191 static VAStatus tng__H264ES_process_misc_framerate_param(context_ENC_p ctx, object_buffer_p obj_buf… in tng__H264ES_process_misc_framerate_param()
225 static VAStatus tng__H264ES_process_misc_ratecontrol_param(context_ENC_p ctx, object_buffer_p obj_b… in tng__H264ES_process_misc_ratecontrol_param()
357 static VAStatus tng__H264ES_process_misc_hrd_param(context_ENC_p ctx, object_buffer_p obj_buffer) in tng__H264ES_process_misc_hrd_param()
402 static VAStatus tng__H264ES_process_misc_air_param(context_ENC_p ctx, object_buffer_p obj_buffer) in tng__H264ES_process_misc_air_param()
473 static VAStatus tng__H264ES_process_misc_cir_param(context_ENC_p ctx, object_buffer_p obj_buffer) in tng__H264ES_process_misc_cir_param()
500 static IMG_UINT8 tng__H264ES_calculate_level(context_ENC_p ctx) in tng__H264ES_calculate_level()
[all …]
Dtng_hostair.c42 VAStatus tng_air_buf_create(context_ENC_p ctx) in tng_air_buf_create()
56 static void tng_air_buf_clear(context_ENC_p ctx) in tng_air_buf_clear()
69 void tng_air_buf_free(context_ENC_p ctx) in tng_air_buf_free()
79 static IMG_UINT16 tng__rand(context_ENC_p ctx) in tng__rand()
88 IMG_UINT32 tng_fill_slice_map(context_ENC_p ctx, IMG_INT32 i32SlotNum, IMG_UINT32 ui32StreamIndex) in tng_fill_slice_map()
228 context_ENC_p ctx, in tng__map_inp_ctrl_buf()
255 context_ENC_p ctx, in tng__unmap_inp_ctrl_buf()
277 context_ENC_p ctx, in tng__fill_inp_ctrl_buf()
386 context_ENC_p ctx, in tng__fill_input_control()
407 static void tng__send_air_inp_ctrl_buf(context_ENC_p ctx, IMG_INT8 *pInpCtrlBuf) in tng__send_air_inp_ctrl_buf()
[all …]
Dtng_hostcode.c149 static VAStatus tng__alloc_context_buffer(context_ENC_p ctx, IMG_UINT8 ui8IsJpeg, IMG_UINT32 ui32St… in tng__alloc_context_buffer()
297 static void tng__free_context_buffer(context_ENC_p ctx, unsigned char is_JPEG, unsigned int stream_… in tng__free_context_buffer()
371 void tng__setup_enc_profile_features(context_ENC_p ctx, IMG_UINT32 ui32EncProfile) in tng__setup_enc_profile_features()
426 VAStatus tng__patch_hw_profile(context_ENC_p ctx) in tng__patch_hw_profile()
543 context_ENC_p ctx; in tng_DestroyContext() local
564 static VAStatus tng__init_rc_params(context_ENC_p ctx, object_config_p obj_config) in tng__init_rc_params()
633 static VAStatus tng__get_encoder_caps(context_ENC_p ctx) in tng__get_encoder_caps()
687 static VAStatus tng__init_context(context_ENC_p ctx) in tng__init_context()
784 context_ENC_p ctx; in tng_CreateContext() local
833 VAStatus tng_BeginPicture(context_ENC_p ctx) in tng_BeginPicture()
[all …]
Dtng_vld_dec.c46 context_DEC_p ctx = (context_DEC_p) obj_context->format_data; in vld_dec_FE_state() local
77 context_DEC_p ctx = (context_DEC_p) obj_context->format_data; in vld_dec_setup_alternative_frame() local
192 VAStatus vld_dec_process_slice_data(context_DEC_p ctx, object_buffer_p obj_buffer) in vld_dec_process_slice_data()
243 VAStatus vld_dec_add_slice_param(context_DEC_p ctx, object_buffer_p obj_buffer) in vld_dec_add_slice_param()
267 VAStatus vld_dec_process_slice(context_DEC_p ctx, in vld_dec_process_slice()
344 VAStatus vld_dec_allocate_colocated_buffer(context_DEC_p ctx, object_surface_p obj_surface, uint32_… in vld_dec_allocate_colocated_buffer()
380 psb_buffer_p vld_dec_lookup_colocated_buffer(context_DEC_p ctx, psb_surface_p surface) in vld_dec_lookup_colocated_buffer()
389 VAStatus vld_dec_CreateContext(context_DEC_p ctx, object_context_p obj_context) in vld_dec_CreateContext()
425 void vld_dec_DestroyContext(context_DEC_p ctx) in vld_dec_DestroyContext()
452 context_DEC_p ctx = (context_DEC_p) obj_context->format_data; in vld_dec_RenderPicture() local
/hardware/intel/common/libva/va/
Dva.c47 #define CHECK_VTABLE(s, ctx, func) if (!va_checkVtable(ctx->vtable->va##func, #func)) s = VA_STATUS… argument
48 #define CHECK_MAXIMUM(s, ctx, var) if (!va_checkMaximum(ctx->max_##var, #var)) s = VA_STATUS_ERROR_… argument
49 #define CHECK_STRING(s, ctx, var) if (!va_checkString(ctx->str_##var, #var)) s = VA_STATUS_ERROR_UN… argument
199 VADriverContextP ctx = CTX(dpy); in va_openDriver() local
366 VADriverContextP ctx; in vaGetLibFunc() local
590 VADriverContextP ctx; in vaQueryConfigEntrypoints() local
605 VADriverContextP ctx; in vaGetConfigAttributes() local
618 VADriverContextP ctx; in vaQueryConfigProfiles() local
634 VADriverContextP ctx; in vaCreateConfig() local
654 VADriverContextP ctx; in vaDestroyConfig() local
[all …]
/hardware/intel/common/libva/va/glx/
Dva_glx_impl.c133 static inline VAOpenGLVTableP gl_get_vtable(VADriverContextP ctx) in gl_get_vtable()
193 static int check_tfp_extensions(VADriverContextP ctx) in check_tfp_extensions()
208 static int check_fbo_extensions(VADriverContextP ctx) in check_fbo_extensions()
221 static int load_tfp_extensions(VADriverContextP ctx) in load_tfp_extensions()
244 static int load_fbo_extensions(VADriverContextP ctx) in load_fbo_extensions()
322 gl_create_context(VADriverContextP ctx, OpenGLContextStateP parent) in gl_create_context()
460 static int create_tfp_surface(VADriverContextP ctx, VASurfaceGLXP pSurfaceGLX) in create_tfp_surface()
554 static void destroy_tfp_surface(VADriverContextP ctx, VASurfaceGLXP pSurfaceGLX) in destroy_tfp_surface()
575 static int bind_pixmap(VADriverContextP ctx, VASurfaceGLXP pSurfaceGLX) in bind_pixmap()
602 static int unbind_pixmap(VADriverContextP ctx, VASurfaceGLXP pSurfaceGLX) in unbind_pixmap()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_decoder.c20 #define SAVE_STATUS(ctx,var) (ctx?(ctx->err = var):var) argument
22 vpx_codec_err_t vpx_codec_dec_init_ver(vpx_codec_ctx_t *ctx, in vpx_codec_dec_init_ver()
97 vpx_codec_err_t vpx_codec_get_stream_info(vpx_codec_ctx_t *ctx, in vpx_codec_get_stream_info()
117 vpx_codec_err_t vpx_codec_decode(vpx_codec_ctx_t *ctx, in vpx_codec_decode()
138 vpx_image_t *vpx_codec_get_frame(vpx_codec_ctx_t *ctx, in vpx_codec_get_frame()
151 vpx_codec_err_t vpx_codec_register_put_frame_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_frame_cb()
171 vpx_codec_err_t vpx_codec_register_put_slice_cb(vpx_codec_ctx_t *ctx, in vpx_codec_register_put_slice_cb()
191 vpx_codec_err_t vpx_codec_get_mem_map(vpx_codec_ctx_t *ctx, in vpx_codec_get_mem_map()
207 vpx_codec_err_t vpx_codec_set_mem_map(vpx_codec_ctx_t *ctx, in vpx_codec_set_mem_map()
235 vpx_codec_ctx_t *ctx, vpx_get_frame_buffer_cb_fn_t cb_get, in vpx_codec_set_frame_buffer_functions()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc.cpp76 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_registerProcs() local
90 static void reset(hwc_context_t *ctx, int numDisplays, in reset()
119 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop()
127 static void handleGeomChange(hwc_context_t *ctx, int dpy, in handleGeomChange()
134 static int display_commit(hwc_context_t *ctx, int dpy) { in display_commit()
154 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare_primary() local
177 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare_external() local
213 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare_virtual() local
247 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare() local
295 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_eventControl() local
[all …]
Dhwc_mdpcomp.cpp83 bool MDPComp::init(hwc_context_t *ctx) { in init()
148 struct hwc_context_t* ctx = (struct hwc_context_t*)(udata); in timeout_handler() local
164 void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx, in setMDPCompLayerFlags()
244 bool MDPComp::isSupportedForMDPComp(hwc_context_t *ctx, hwc_layer_1_t* layer) { in isSupportedForMDPComp()
255 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
311 ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type, in getMdpPipe()
342 bool MDPComp::isFrameDoable(hwc_context_t *ctx) { in isFrameDoable()
370 bool MDPComp::isFullFrameDoable(hwc_context_t *ctx, in isFullFrameDoable()
432 bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in fullMDPComp()
476 bool MDPComp::partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) in partialMDPComp()
[all …]
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc.cpp72 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_registerProcs() local
86 static void reset(hwc_context_t *ctx, int numDisplays, in reset()
111 static void reset_layer_prop(hwc_context_t* ctx, int dpy, int numAppLayers) { in reset_layer_prop()
119 static int display_commit(hwc_context_t *ctx, int dpy) { in display_commit()
138 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare_primary() local
167 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare_external() local
211 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_prepare() local
246 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_eventControl() local
272 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_blank() local
330 hwc_context_t* ctx = (hwc_context_t*)(dev); in hwc_query() local
[all …]
Dhwc_mdpcomp.cpp79 bool MDPComp::init(hwc_context_t *ctx) { in init()
130 struct hwc_context_t* ctx = (struct hwc_context_t*)(udata); in timeout_handler() local
146 void MDPComp::setMDPCompLayerFlags(hwc_context_t *ctx, in setMDPCompLayerFlags()
168 bool MDPComp::setupBasePipe(hwc_context_t *ctx) { in setupBasePipe()
267 bool MDPComp::isValidDimension(hwc_context_t *ctx, hwc_layer_1_t *layer) { in isValidDimension()
315 ovutils::eDest MDPComp::getMdpPipe(hwc_context_t *ctx, ePipeType type) { in getMdpPipe()
346 bool MDPComp::isFrameDoable(hwc_context_t *ctx) { in isFrameDoable()
367 bool MDPComp::isFullFrameDoable(hwc_context_t *ctx, in isFullFrameDoable()
436 bool MDPComp::fullMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) { in fullMDPComp()
461 bool MDPComp::partialMDPComp(hwc_context_t *ctx, hwc_display_contents_1_t* list) in partialMDPComp()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c106 static vpx_codec_err_t update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state()
142 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, in validate_config()
260 static vpx_codec_err_t validate_img(vpx_codec_alg_priv_t *ctx, in validate_img()
417 static vpx_codec_err_t vp9e_set_config(vpx_codec_alg_priv_t *ctx, in vp9e_set_config()
446 static vpx_codec_err_t get_param(vpx_codec_alg_priv_t *ctx, int ctrl_id, in get_param()
466 static vpx_codec_err_t set_param(vpx_codec_alg_priv_t *ctx, int ctrl_id, in set_param()
507 static vpx_codec_err_t vp9e_common_init(vpx_codec_ctx_t *ctx) { in vp9e_common_init()
573 static vpx_codec_err_t vp9e_init(vpx_codec_ctx_t *ctx, in vp9e_init()
578 static vpx_codec_err_t vp9e_destroy(vpx_codec_alg_priv_t *ctx) { in vp9e_destroy()
585 static void pick_quickcompress_mode(vpx_codec_alg_priv_t *ctx, in pick_quickcompress_mode()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c88 static void vp8_init_ctx(vpx_codec_ctx_t *ctx, const vpx_codec_mmap_t *mmap) in vp8_init_ctx()
114 static void vp8_finalize_mmaps(vpx_codec_alg_priv_t *ctx) in vp8_finalize_mmaps()
120 static vpx_codec_err_t vp8_init(vpx_codec_ctx_t *ctx, in vp8_init()
178 static vpx_codec_err_t vp8_destroy(vpx_codec_alg_priv_t *ctx) in vp8_destroy()
253 static vpx_codec_err_t vp8_get_si(vpx_codec_alg_priv_t *ctx, in vp8_get_si()
272 update_error_state(vpx_codec_alg_priv_t *ctx, in update_error_state()
316 update_fragments(vpx_codec_alg_priv_t *ctx, in update_fragments()
356 static vpx_codec_err_t vp8_decode(vpx_codec_alg_priv_t *ctx, in vp8_decode()
575 static vpx_image_t *vp8_get_frame(vpx_codec_alg_priv_t *ctx, in vp8_get_frame()
625 vpx_codec_err_t vp8_xma_get_mmap(const vpx_codec_ctx_t *ctx, in vp8_xma_get_mmap()
[all …]

123456789