Home
last modified time | relevance | path

Searched refs:lnc__get_ipe_control (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
Dlnc_hostcode.h552 unsigned int lnc__get_ipe_control(enum drm_lnc_topaz_codec eEncodingFormat);
Dlnc_H263ES.c151 ctx->IPEControl = lnc__get_ipe_control(ctx->eCodec); in lnc_H263ES_CreateContext()
Dlnc_MPEG4ES.c155 ctx->IPEControl = lnc__get_ipe_control(ctx->eCodec); in lnc_MPEG4ES_CreateContext()
Dlnc_H264ES.c161 ctx->IPEControl = lnc__get_ipe_control(ctx->eCodec); in lnc_H264ES_CreateContext()
Dlnc_hostcode.c94 unsigned int lnc__get_ipe_control(enum drm_lnc_topaz_codec eEncodingFormat) in lnc__get_ipe_control() function