Searched defs:set_parameter (Results 1 - 11 of 11) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.h186 int (*set_parameter)(struct copybit_device_t *dev, int name, int value); member in struct:copybit_device_t
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.h187 int (*set_parameter)(struct copybit_device_t *dev, int name, int value); member in struct:copybit_device_t
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit.h186 int (*set_parameter)(struct copybit_device_t *dev, int name, int value); member in struct:copybit_device_t
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp404 if (set_parameter(NULL, (OMX_INDEXTYPE)OMX_QcomIndexParamEnableVUIStreamRestrictFlag,
476 OMX_ERRORTYPE omx_venc::set_parameter(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_venc
494 /*set_parameter can be called in loaded state
514 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition H= %d, W = %d\n",
599 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoPortFormat %d\n",
609 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoPortFormat %d\n",
653 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoBitrate");
672 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoMpeg4");
707 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoH263");
720 DEBUG_PRINT_LOW("set_parameter
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp459 OMX_ERRORTYPE omx_venc::set_parameter(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_venc
475 /*set_parameter can be called in loaded state
491 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition H= %d, W = %d\n",
589 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoPortFormat %d\n",
597 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoPortFormat %d\n",
637 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoBitrate");
655 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoMpeg4");
685 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoH263");
699 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoAvc");
744 DEBUG_PRINT_LOW("set_parameter
[all...]
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c51 int (*set_parameter)(effect_context_t *context, effect_param_t *param, uint32_t size); member in struct:effect_ops_s
917 context->ops.set_parameter = visualizer_set_parameter;
1147 if (context->ops.set_parameter)
1148 *(int32_t *)pReplyData = context->ops.set_parameter(context, p, *replySize);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp2990 OMX_ERRORTYPE omx_vdec::set_parameter(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
3024 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition H= %d, W = %d\n",
3035 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition OP port");
3068 DEBUG_PRINT_HIGH("set_parameter: frame rate set by omx client : %d",
3089 DEBUG_PRINT_LOW("set_parameter: frm_int(%u) fps(%.2f)",
3093 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition IP port\n");
3154 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoPortFormat %d\n",
3172 DEBUG_PRINT_LOW("set_parameter: OMX_IndexQcomParamPortDefinitionType %d\n",
3204 DEBUG_PRINT_HIGH("set_parameter: OMX_IndexQcomParamPortDefinitionType OP Port\n");
3212 DEBUG_PRINT_HIGH("set_parameter
[all...]
H A Domx_vdec_copper.cpp2821 OMX_ERRORTYPE omx_vdec::set_parameter(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
2854 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition H= %d, W = %d\n",
2859 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition OP port\n");
2886 DEBUG_PRINT_HIGH("set_parameter: frame rate set by omx client : %d",
2907 DEBUG_PRINT_LOW("set_parameter: frm_int(%u) fps(%.2f)",
2911 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition IP port\n");
2970 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoPortFormat %d\n",
3011 DEBUG_PRINT_LOW("set_parameter: OMX_IndexQcomParamPortDefinitionType %d\n",
3041 DEBUG_PRINT_HIGH("set_parameter: OMX_IndexQcomParamPortDefinitionType OP Port\n");
3049 DEBUG_PRINT_HIGH("set_parameter
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp2878 OMX_ERRORTYPE omx_vdec::set_parameter(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
2911 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition H= %d, W = %d",
2916 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition OP port");
2945 DEBUG_PRINT_LOW("set_parameter: frame rate set by omx client : %d",
2969 DEBUG_PRINT_LOW("set_parameter: frm_int(%u) fps(%.2f)",
2974 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition IP port");
3087 DEBUG_PRINT_LOW("set_parameter: OMX_IndexQcomParamPortDefinitionType %d",
3111 DEBUG_PRINT_HIGH("set_parameter: OMX_IndexQcomParamPortDefinitionType OP Port");
3119 DEBUG_PRINT_HIGH("set_parameter: OMX_IndexQcomParamPortDefinitionType OP Port: set use_output_pmem");
3131 DEBUG_PRINT_LOW("set_parameter
[all...]
H A Domx_vdec_hevc.cpp2700 OMX_ERRORTYPE omx_vdec::set_parameter(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
2730 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition H= %d, W = %d\n",
2734 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition OP port\n");
2761 DEBUG_PRINT_HIGH("set_parameter: frame rate set by omx client : %lu",
2775 DEBUG_PRINT_LOW("set_parameter: frm_int(%u) fps(%.2f)",
2779 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition IP port\n");
2829 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoPortFormat %d\n",
2874 DEBUG_PRINT_LOW("set_parameter: OMX_IndexQcomParamPortDefinitionType %d\n",
2896 DEBUG_PRINT_HIGH("set_parameter: OMX_IndexQcomParamPortDefinitionType OP Port\n");
2902 DEBUG_PRINT_HIGH("set_parameter
[all...]
H A Domx_vdec_msm8974.cpp2836 OMX_ERRORTYPE omx_vdec::set_parameter(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
2865 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition H= %d, W = %d\n",
2869 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition OP port\n");
2900 DEBUG_PRINT_HIGH("set_parameter: frame rate set by omx client : %lu",
2914 DEBUG_PRINT_LOW("set_parameter: frm_int(%lu) fps(%.2f)",
2918 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition IP port\n");
2976 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamVideoPortFormat %d\n",
3020 DEBUG_PRINT_LOW("set_parameter: OMX_IndexQcomParamPortDefinitionType %lu\n",
3042 DEBUG_PRINT_HIGH("set_parameter: OMX_IndexQcomParamPortDefinitionType OP Port\n");
3048 DEBUG_PRINT_HIGH("set_parameter
[all...]

Completed in 345 milliseconds