/hardware/intel/common/utils/ISV/omx/ |
isv_omxcomponent.cpp | 101 mBaseComponent.SetConfig = SetConfig; 438 OMX_ERRORTYPE ISVComponent::SetConfig( [all...] |
/system/bt/btif/co/ |
bta_av_co.c | 160 tBTIF_AV_CODEC_INFO codec_cfg_setconfig; /* remote peer setconfig preference */ 289 /* reset remote preference through setconfig */ 834 APPL_TRACE_EVENT("remote peer setconfig bitpool range [%d:%d]", [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
OMX_G722Encoder.c | 134 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, 215 pHandle->SetConfig = SetConfig; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Decoder.c | 131 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, 232 pHandle->SetConfig = SetConfig; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEncoder.c | 117 static OMX_ERRORTYPE SetConfig(OMX_HANDLETYPE hComp, OMX_INDEXTYPE nConfigIndex, OMX_PTR pComponentConfigStructure); 184 pHandle->SetConfig = SetConfig; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Decoder.c | 143 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, 226 pHandle->SetConfig = SetConfig; [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | 67 * setPremultiplied() does directly set the value so that setConfig() and 249 * @see #setConfig(Config) 279 * @see #setConfig(Config) 295 * @see #setConfig(Config) 313 public void setConfig(Config config) { [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapTest.java | 634 mBitmap.setConfig(Bitmap.Config.ALPHA_8); 640 mBitmap.setConfig(Bitmap.Config.ARGB_8888); 648 mBitmap.setConfig(Bitmap.Config.ALPHA_8); [all...] |
/hardware/intel/common/libmix/videoencoder/ |
PVSoftMPEG4Encoder.cpp | 294 LOG_E("Encoder has been initialized, should use setConfig to change configurations\n");
|
VideoEncoderBase.cpp | 977 LOG_E("Encoder has been initialized, should use setConfig to change configurations\n"); [all...] |
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/ |
omx_core_cmp.cpp | 67 component->SetConfig = &qc_omx_component_set_config;
|
/hardware/qcom/media/msm8974/mm-core/src/common/ |
omx_core_cmp.cpp | 67 component->SetConfig = &qc_omx_component_set_config;
|
/hardware/qcom/media/msm8996/mm-core/src/common/ |
omx_core_cmp.cpp | 67 component->SetConfig = &qc_omx_component_set_config;
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Encoder.c | 125 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, 204 pHandle->SetConfig = SetConfig; [all...] |
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.cpp | 488 OMX_ERRORTYPE SoftVPXEncoder::setConfig( 529 return SimpleSoftOMXComponent::setConfig(index, _params);
|
/frameworks/native/include/media/openmax/ |
OMX_Component.h | 398 specification for details on the SetConfig method. 400 OMX_ERRORTYPE (*SetConfig)(
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
display_interface.h | 124 @sa DisplayInterface::SetConfig 134 @sa DisplayInterface::SetConfig
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Encoder.c | 115 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, 199 pHandle->SetConfig = SetConfig; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEncoder.c | 139 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, 225 pHandle->SetConfig = SetConfig; [all...] |
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_Component.h | 398 specification for details on the SetConfig method. 400 OMX_ERRORTYPE (*SetConfig)(
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDecoder.c | 143 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, 221 pHandle->SetConfig = SetConfig; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
OMX_G722Decoder.c | 135 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, 220 pHandle->SetConfig = SetConfig; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Decoder.c | 137 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, 223 pHandle->SetConfig = SetConfig; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDecoder.c | 127 static OMX_ERRORTYPE SetConfig (OMX_HANDLETYPE hComp, 212 pHandle->SetConfig = SetConfig; [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
VideoEncTest.c | [all...] |