Searched defs:venc_set_config (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp1025 bool venc_dev::venc_set_config(void *configData, OMX_INDEXTYPE index) function in class:venc_dev
1028 DEBUG_PRINT_LOW("\n Inside venc_set_config");
1042 DEBUG_PRINT_LOW("\n venc_set_config: OMX_IndexConfigVideoBitrate");
1061 DEBUG_PRINT_LOW("\n venc_set_config: OMX_IndexConfigVideoFramerate");
1095 DEBUG_PRINT_LOW("\n venc_set_config: OMX_IndexConfigVideoIntraVOPRefresh");
H A Dvideo_encoder_device_copper.cpp1041 bool venc_dev::venc_set_config(void *configData, OMX_INDEXTYPE index) function in class:venc_dev
1044 DEBUG_PRINT_LOW("\n Inside venc_set_config");
1052 DEBUG_PRINT_LOW("\n venc_set_config: OMX_IndexConfigVideoBitrate");
1071 DEBUG_PRINT_LOW("\n venc_set_config: OMX_IndexConfigVideoFramerate");
1105 DEBUG_PRINT_LOW("\n venc_set_config: OMX_IndexConfigVideoIntraVOPRefresh");
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp1195 bool venc_dev::venc_set_config(void *configData, OMX_INDEXTYPE index) function in class:venc_dev
1198 DEBUG_PRINT_LOW("Inside venc_set_config");
1212 DEBUG_PRINT_LOW("venc_set_config: OMX_IndexConfigVideoBitrate");
1229 DEBUG_PRINT_LOW("venc_set_config: OMX_IndexConfigVideoFramerate");
1261 DEBUG_PRINT_LOW("venc_set_config: OMX_IndexConfigVideoIntraVOPRefresh");
1281 DEBUG_PRINT_HIGH("venc_set_config: updating the new Dims");
1332 DEBUG_PRINT_ERROR("venc_set_config: Unsupported index = 0x%x", index);
H A Dvideo_encoder_device_v4l2.cpp1732 DEBUG_PRINT_LOW("venc_set_config: OMX_QcomIndexParamSetMVSearchrange");
1751 bool venc_dev::venc_set_config(void *configData, OMX_INDEXTYPE index) function in class:venc_dev
1754 DEBUG_PRINT_LOW("Inside venc_set_config");
1761 DEBUG_PRINT_LOW("venc_set_config: OMX_IndexConfigVideoBitrate");
1778 DEBUG_PRINT_LOW("venc_set_config: OMX_IndexConfigVideoFramerate");
1810 DEBUG_PRINT_LOW("venc_set_config: OMX_IndexConfigVideoIntraVOPRefresh");
1832 DEBUG_PRINT_HIGH("venc_set_config: updating the new Dims");
1860 DEBUG_PRINT_LOW("venc_set_config: OMX_IndexConfigCommonDeinterlace");
1880 DEBUG_PRINT_LOW("venc_set_config: OMX_IndexConfigVideoVp8ReferenceFrame");

Completed in 34 milliseconds