/hardware/qcom/media/mm-core/omxcore/src/common/ |
D | omx_core_cmp.h | 81 OMX_IN OMX_INDEXTYPE configIndex, 86 OMX_IN OMX_INDEXTYPE configIndex,
|
D | omx_core_cmp.cpp | 174 OMX_IN OMX_INDEXTYPE configIndex, in qc_omx_component_get_config() argument 184 configIndex, in qc_omx_component_get_config() 192 OMX_IN OMX_INDEXTYPE configIndex, in qc_omx_component_set_config() argument 202 configIndex, in qc_omx_component_set_config()
|
/hardware/qcom/media/mm-core/src/common/ |
D | omx_core_cmp.h | 81 OMX_IN OMX_INDEXTYPE configIndex, 86 OMX_IN OMX_INDEXTYPE configIndex,
|
D | omx_core_cmp.cpp | 174 OMX_IN OMX_INDEXTYPE configIndex, in qc_omx_component_get_config() argument 184 configIndex, in qc_omx_component_get_config() 192 OMX_IN OMX_INDEXTYPE configIndex, in qc_omx_component_set_config() argument 202 configIndex, in qc_omx_component_set_config()
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_encoder.h | 54 OMX_INDEXTYPE configIndex,
|
D | omx_video_base.h | 270 OMX_INDEXTYPE configIndex, 300 OMX_INDEXTYPE configIndex,
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_encoder.h | 55 OMX_INDEXTYPE configIndex,
|
D | omx_video_base.h | 290 OMX_INDEXTYPE configIndex, 320 OMX_INDEXTYPE configIndex,
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 324 OMX_INDEXTYPE configIndex, 354 OMX_INDEXTYPE configIndex,
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 326 OMX_INDEXTYPE configIndex, 356 OMX_INDEXTYPE configIndex,
|
D | omx_vdec.h | 379 OMX_INDEXTYPE configIndex, 409 OMX_INDEXTYPE configIndex,
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 1209 OMX_IN OMX_INDEXTYPE configIndex, in set_config() argument 1225 switch(configIndex) in set_config() 1419 DEBUG_PRINT_ERROR("ERROR: unsupported index %d", (int) configIndex); in set_config()
|
D | omx_video_base.cpp | 1881 OMX_IN OMX_INDEXTYPE configIndex, in get_config() argument 1905 switch(configIndex) in get_config() 1933 DEBUG_PRINT_ERROR("ERROR: unsupported index %d", (int) configIndex); in get_config()
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 1407 OMX_IN OMX_INDEXTYPE configIndex, in set_config() argument 1422 switch ((int)configIndex) { in set_config() 1662 DEBUG_PRINT_ERROR("ERROR: unsupported index %d", (int) configIndex); in set_config()
|
D | omx_video_base.cpp | 1888 OMX_IN OMX_INDEXTYPE configIndex, in get_config() argument 1911 switch ((int)configIndex) { in get_config() 1962 DEBUG_PRINT_ERROR("ERROR: unsupported index %d", (int) configIndex); in get_config()
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 3413 OMX_IN OMX_INDEXTYPE configIndex, in get_config() argument 3424 switch (configIndex) in get_config() 3491 DEBUG_PRINT_ERROR("get_config: unknown param %d\n",configIndex); in get_config() 3514 OMX_IN OMX_INDEXTYPE configIndex, in set_config() argument 3534 if (configIndex == OMX_IndexVendorVideoExtraData) in set_config() 3654 else if (configIndex == OMX_IndexConfigVideoNalSize) in set_config()
|
D | omx_vdec.cpp | 3680 OMX_IN OMX_INDEXTYPE configIndex, in get_config() argument 3691 switch (configIndex) in get_config() 3779 DEBUG_PRINT_ERROR("get_config: unknown param %d\n",configIndex); in get_config() 3802 OMX_IN OMX_INDEXTYPE configIndex, in set_config() argument 3822 if (configIndex == OMX_IndexVendorVideoExtraData) in set_config() 3942 else if (configIndex == OMX_IndexConfigVideoNalSize) in set_config()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 3265 OMX_IN OMX_INDEXTYPE configIndex, in get_config() argument 3275 switch ((unsigned long)configIndex) { in get_config() 3329 DEBUG_PRINT_ERROR("get_config: unknown param %d",configIndex); in get_config() 3352 OMX_IN OMX_INDEXTYPE configIndex, in set_config() argument 3370 if (configIndex == (OMX_INDEXTYPE)OMX_IndexVendorVideoExtraData) { in set_config() 3472 } else if (configIndex == OMX_IndexConfigVideoNalSize) { in set_config()
|
D | omx_vdec.cpp | 3498 OMX_IN OMX_INDEXTYPE configIndex, in get_config() argument 3508 switch (configIndex) { in get_config() 3579 DEBUG_PRINT_ERROR("get_config: unknown param %d",configIndex); in get_config() 3602 OMX_IN OMX_INDEXTYPE configIndex, in set_config() argument 3620 if (configIndex == OMX_IndexVendorVideoExtraData) { in set_config() 3728 } else if (configIndex == OMX_IndexConfigVideoNalSize) { in set_config()
|
D | omx_vdec_msm8974.cpp | 3808 OMX_IN OMX_INDEXTYPE configIndex, in get_config() argument 3819 switch ((unsigned long)configIndex) { in get_config() 3869 DEBUG_PRINT_ERROR("get_config: unknown param %d",configIndex); in get_config() 3892 OMX_IN OMX_INDEXTYPE configIndex, in set_config() argument 3906 if (configIndex == (OMX_INDEXTYPE)OMX_IndexVendorVideoExtraData) { in set_config() 4009 } else if (configIndex == OMX_IndexConfigVideoNalSize) { in set_config() 4042 } else if ((int)configIndex == (int)OMX_IndexVendorVideoFrameRate) { in set_config()
|
D | omx_vdec_hevc_swvdec.cpp | 4066 OMX_IN OMX_INDEXTYPE configIndex, in get_config() argument 4077 switch ((unsigned long)configIndex) in get_config() 4136 DEBUG_PRINT_ERROR("get_config: unknown param %d",configIndex); in get_config() 4159 OMX_IN OMX_INDEXTYPE configIndex, in set_config() argument 4179 if (configIndex == (OMX_INDEXTYPE)OMX_IndexVendorVideoExtraData) in set_config() 4185 else if (configIndex == OMX_IndexConfigVideoNalSize) in set_config()
|