HomeSort by relevance Sort by last modified time
    Searched refs:pConfig (Results 101 - 125 of 140) sorted by null

1 2 3 45 6

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 48 ARMGNULDBackend::ARMGNULDBackend(const LinkerConfig& pConfig, GNUInfo* pInfo)
49 : GNULDBackend(pConfig, pInfo),
652 const LinkerConfig& pConfig)
654 if (pConfig.targets().triple().isOSDarwin()) {
662 if (pConfig.targets().triple().isOSWindows()) {
670 return new ARMGNULDBackend(pConfig, new ARMGNUInfo(pConfig.targets().triple()));
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.cpp 50 EglConfig* pConfig = *it;
51 if(pConfig) delete pConfig;
EglWindowsApi.cpp 424 EglConfig* pConfig = pixelFormatToConfig(display,renderableType,&pfd,iPixelFormat);
425 if(pConfig) listOut.push_back(pConfig);
  /external/libnfc-nxp/src/
phHciNfc.h 350 * \param[in] pConfig pConfig is the Information for
365 phHal_uConfig_t *pConfig
phHciNfc.c 370 phHal_uConfig_t *pConfig
377 || (NULL == pConfig)
396 psHciContext->p_config_params = &(pConfig->nfcIPConfig);
400 &(pConfig->nfcIPConfig));
420 pHwRef, &(pConfig->emuConfig));
432 psHciContext->p_config_params = &(pConfig->protectionConfig);
435 pHwRef, pConfig->protectionConfig.mode);
    [all...]
phHal4Nfc.h     [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
FragmentGraph.h 57 bool construct(const LinkerConfig& pConfig, Module& pModule);
  /frameworks/compile/mclinker/include/mcld/Target/
ELFDynamic.h 144 ELFDynamic(const GNULDBackend& pBackend, const LinkerConfig& pConfig);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 34 HexagonLDBackend(const LinkerConfig& pConfig, HexagonGNUInfo* pInfo);
HexagonPLT.cpp 39 const LinkerConfig& pConfig)
42 m_Config(pConfig)
HexagonLDBackend.cpp 42 HexagonLDBackend::HexagonLDBackend(const LinkerConfig& pConfig,
44 : GNULDBackend(pConfig, pInfo),
    [all...]
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 605 * pConfig pointer to effect_config_t structure containing input
619 int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bool init) {
624 if (pConfig->inputCfg.samplingRate != pConfig->outputCfg.samplingRate
625 || pConfig->outputCfg.channels != DOWNMIX_OUTPUT_CHANNELS
626 || pConfig->inputCfg.format != AUDIO_FORMAT_PCM_16_BIT
627 || pConfig->outputCfg.format != AUDIO_FORMAT_PCM_16_BIT) {
632 memcpy(&pDwmModule->config, pConfig, sizeof(effect_config_t));
640 if (pConfig->inputCfg.channels == 0) {
644 pDownmixer->input_channel_count = popcount(pConfig->inputCfg.channels)
    [all...]
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 160 NFCSTATUS phDal4Nfc_uart_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle)
171 gComPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY);
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 329 int Reverb_setConfig(reverb_module_t *pRvbModule, effect_config_t *pConfig, bool init);
330 void Reverb_getConfig(reverb_module_t *pRvbModule, effect_config_t *pConfig);
EffectReverb.c 500 * pConfig - pointer to effect_config_t structure containing input
510 int Reverb_setConfig(reverb_module_t *pRvbModule, effect_config_t *pConfig,
518 if (pConfig->inputCfg.samplingRate
519 != pConfig->outputCfg.samplingRate
520 || pConfig->outputCfg.channels != OUTPUT_CHANNELS
521 || pConfig->inputCfg.format != AUDIO_FORMAT_PCM_16_BIT
522 || pConfig->outputCfg.format != AUDIO_FORMAT_PCM_16_BIT) {
526 if ((pReverb->m_Aux && (pConfig->inputCfg.channels != AUDIO_CHANNEL_OUT_MONO)) ||
527 (!pReverb->m_Aux && (pConfig->inputCfg.channels != AUDIO_CHANNEL_OUT_STEREO))) {
532 pRvbModule->config = *pConfig;
    [all...]
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 46 bool Linker::emulate(LinkerScript& pScript, LinkerConfig& pConfig)
48 m_pConfig = &pConfig;
IRBuilder.cpp 95 bool ShouldForceLocal(const ResolveInfo& pInfo, const LinkerConfig& pConfig)
102 if (LinkerConfig::Object != pConfig.codeGenType() &&
114 IRBuilder::IRBuilder(Module& pModule, const LinkerConfig& pConfig)
115 : m_Module(pModule), m_Config(pConfig), m_InputBuilder(pConfig) {
  /frameworks/compile/mclinker/lib/Object/
ObjectBuilder.cpp 31 ObjectBuilder::ObjectBuilder(const LinkerConfig& pConfig, Module& pTheModule)
32 : m_Config(pConfig), m_Module(pTheModule) {
ObjectLinker.cpp 40 ObjectLinker::ObjectLinker(const LinkerConfig& pConfig,
42 : m_Config(pConfig),
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 136 int Effect_setConfig (EffectContext *pContext, effect_config_t *pConfig);
137 void Effect_getConfig (EffectContext *pContext, effect_config_t *pConfig);
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 242 #define OMX_DBG_SETCONFIG(dbg, pConfig) \
244 struct OMX_TI_Debug *pConfDbg = (struct OMX_TI_Debug *) pConfig; \
251 #define OMX_DBG_GETCONFIG(dbg, pConfig) \
253 struct OMX_TI_Debug *pConfDbg = (struct OMX_TI_Debug *) pConfig; \
  /frameworks/compile/mclinker/lib/Fragment/
FragmentLinker.cpp 43 FragmentLinker::FragmentLinker(const LinkerConfig& pConfig,
47 : m_Config(pConfig),
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 137 const S_EAS_LIB_CONFIG *pConfig = NULL;
487 pConfig = EAS_Config();
493 streamFormat.mSampleRate = pConfig->sampleRate;
531 pBuf->uOutBufferLength = pConfig->mixBufferSize * streamFormat.mBitsPerChannel / 2;
553 pBuf->uOutBufferLength /= pConfig->numChannels;
    [all...]
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 430 int ExynosJpegBase::setJpegConfig(enum MODE eMode, void *pConfig)
436 if (pConfig == NULL) {
440 memcpy(&t_stJpegConfig, pConfig, sizeof(struct CONFIG));
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 191 MCLinker::MCLinker(LinkerConfig& pConfig,
195 m_Config(pConfig),

Completed in 1263 milliseconds

1 2 3 45 6