Searched defs:set_config (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/audio/post_proc/
H A Dbundle.c289 int set_config(effect_context_t *context, effect_config_t *config) function
570 *(int *) pReplyData = set_config(context, (effect_config_t *) pCmdData);
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp1208 OMX_ERRORTYPE omx_venc::set_config(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_venc
1231 DEBUG_PRINT_LOW("\n omx_venc:: set_config(): OMX_IndexConfigVideoBitrate");
1256 DEBUG_PRINT_LOW("\n omx_venc:: set_config(): OMX_IndexConfigVideoFramerate");
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp1406 OMX_ERRORTYPE omx_venc::set_config(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_venc
1427 DEBUG_PRINT_HIGH("set_config(): OMX_IndexConfigVideoBitrate (%u)", (unsigned int)pParam->nEncodeBitrate);
1448 DEBUG_PRINT_HIGH("set_config(): OMX_IndexConfigVideoFramerate (0x%x)", (unsigned int)pParam->xEncodeFramerate);
1471 DEBUG_PRINT_HIGH("set_config(): QOMX_IndexConfigVideoIntraperiod");
1523 DEBUG_PRINT_HIGH("set_config(): OMX_IndexConfigVideoIntraVOPRefresh");
1553 DEBUG_PRINT_HIGH("set_config: Rotation Angle %u", (unsigned int)pParam->nRotation);
1562 DEBUG_PRINT_HIGH("set_config: updating device Dims");
1570 DEBUG_PRINT_HIGH("set_config: updating port Dims");
1590 DEBUG_PRINT_HIGH("set_config(): OMX_QcomIndexConfigVideoFramePackingArrangement");
1642 DEBUG_PRINT_LOW("set_config
[all...]
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c516 int set_config(effect_context_t *context, effect_config_t *config) function
610 set_config(context, &context->config);
1087 *(int *) pReplyData = set_config(context, (effect_config_t *) pCmdData);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp3801 OMX_ERRORTYPE omx_vdec::set_config(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
3818 DEBUG_PRINT_ERROR("set_config:Ignore in Exe state\n");
3858 // case where SPS+PPS is sent as part of set_config
3906 DEBUG_PRINT_LOW("set_config - VC1 simple/main profile\n");
3917 DEBUG_PRINT_LOW("set_config - VC1 Advance profile\n");
3928 DEBUG_PRINT_LOW("set_config - VC1 Simple/Main profile struct C only\n");
3937 DEBUG_PRINT_LOW("set_config - Error: Unknown VC1 profile\n");
H A Domx_vdec_copper.cpp3513 OMX_ERRORTYPE omx_vdec::set_config(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
3530 DEBUG_PRINT_ERROR("set_config:Ignore in Exe state\n");
3570 // case where SPS+PPS is sent as part of set_config
3618 DEBUG_PRINT_LOW("set_config - VC1 simple/main profile\n");
3629 DEBUG_PRINT_LOW("set_config - VC1 Advance profile\n");
3640 DEBUG_PRINT_LOW("set_config - VC1 Simple/Main profile struct C only\n");
3649 DEBUG_PRINT_LOW("set_config - Error: Unknown VC1 profile\n");
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp3601 OMX_ERRORTYPE omx_vdec::set_config(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
3616 DEBUG_PRINT_ERROR("set_config:Ignore in Exe state");
3655 // case where SPS+PPS is sent as part of set_config
3698 DEBUG_PRINT_LOW("set_config - VC1 simple/main profile");
3707 DEBUG_PRINT_LOW("set_config - VC1 Advance profile");
3716 DEBUG_PRINT_LOW("set_config - VC1 Simple/Main profile struct C only");
3723 DEBUG_PRINT_LOW("set_config - Error: Unknown VC1 profile");
H A Domx_vdec_hevc.cpp3351 OMX_ERRORTYPE omx_vdec::set_config(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
3366 DEBUG_PRINT_ERROR("set_config:Ignore in Exe state");
3403 // case where SPS+PPS is sent as part of set_config
3443 DEBUG_PRINT_LOW("set_config - VC1 simple/main profile");
3452 DEBUG_PRINT_LOW("set_config - VC1 Advance profile");
3461 DEBUG_PRINT_LOW("set_config - VC1 Simple/Main profile struct C only");
3468 DEBUG_PRINT_LOW("set_config - Error: Unknown VC1 profile");
H A Domx_vdec_hevc_swvdec.cpp4158 OMX_ERRORTYPE omx_vdec::set_config(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
4175 DEBUG_PRINT_ERROR("set_config:Ignore in Exe state");
H A Domx_vdec_msm8974.cpp3891 OMX_ERRORTYPE omx_vdec::set_config(OMX_IN OMX_HANDLETYPE hComp, function in class:omx_vdec
3940 // case where SPS+PPS is sent as part of set_config
3980 DEBUG_PRINT_LOW("set_config - VC1 simple/main profile");
3989 DEBUG_PRINT_LOW("set_config - VC1 Advance profile");
3998 DEBUG_PRINT_LOW("set_config - VC1 Simple/Main profile struct C only");
4005 DEBUG_PRINT_LOW("set_config - Error: Unknown VC1 profile");
4049 DEBUG_PRINT_HIGH("set_config: frame rate set by omx client : %u",
4088 DEBUG_PRINT_HIGH("set_config: Disabled client's frame rate");

Completed in 245 milliseconds