HomeSort by relevance Sort by last modified time
    Searched full:pvalue (Results 76 - 100 of 214) sorted by null

1 2 34 5 6 7 8 9

  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c 44 static EAS_RESULT ChorusGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
421 * *pValue - pointer to variable to hold retrieved value
430 static EAS_RESULT ChorusGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
439 *pValue = (EAS_I32) p->bypass;
442 *pValue = (EAS_I8) p->m_nCurrentChorus;
445 *pValue = (EAS_I32) p->m_nRate;
448 *pValue = (EAS_I32) p->m_nDepth;
451 *pValue = (EAS_I32) p->m_nLevel;
469 * *pValue - new paramter value
eas_parser.h 62 EAS_RESULT (* EAS_CONST pfGetData)(struct s_eas_data_tag *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
eas_smf.h 44 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c 44 static EAS_RESULT ChorusGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
421 * *pValue - pointer to variable to hold retrieved value
430 static EAS_RESULT ChorusGetParam (EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue)
439 *pValue = (EAS_I32) p->bypass;
442 *pValue = (EAS_I8) p->m_nCurrentChorus;
445 *pValue = (EAS_I32) p->m_nRate;
448 *pValue = (EAS_I32) p->m_nDepth;
451 *pValue = (EAS_I32) p->m_nLevel;
469 * *pValue - new paramter value
eas_parser.h 62 EAS_RESULT (* EAS_CONST pfGetData)(struct s_eas_data_tag *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
eas_smf.h 44 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 41 void *pValue;
51 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
52 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);
  /external/sonivox/arm-fm-22k/lib_src/
eas_parser.h 62 EAS_RESULT (* EAS_CONST pfGetData)(struct s_eas_data_tag *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
eas_smf.h 44 EAS_RESULT SMF_GetData (S_EAS_DATA *pEASData, EAS_VOID_PTR pInstData, EAS_I32 param, EAS_I32 *pValue);
  /external/srec/srec/Nametag/include/
SR_Nametag.h 70 SREC_NAMETAG_API ESR_ReturnCode SR_NametagGetValue(const SR_Nametag* self, const char** pvalue, size_t *plen);
  /frameworks/av/libvideoeditor/vss/common/inc/
M4PCMR_CoreReader.h 129 M4OSA_DataOption* pValue);
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.h 89 * If type is LIB_MANIFEST2_TYPE_SOURCE_WITH_SECTIONS, returns *pValue == NULL for a section
  /device/samsung/crespo/libs3cjpeg/
JpegEncoder.cpp 740 unsigned char *pValue)
744 memcpy(buf, pValue, count);
760 unsigned char *pValue,
772 memcpy(start + *offset, pValue, count);
780 rational_t *pValue,
792 memcpy(start + *offset, pValue, 8 * count);
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 440 ProtocolType pvalue; local
441 if (!StringToProto(potentials[i].protocol().c_str(), &pvalue))
443 if (it->sequence->ProtocolEnabled(pvalue)) {
462 ProtocolType pvalue; local
463 if (!StringToProto(potentials[i].protocol().c_str(), &pvalue))
465 if (pvalue == proto) {
  /external/icu4c/common/
ucnvmbcs.h 495 * as one 32-bit value. The function returns the number of bytes in *pValue:
496 * 1..4 the number of bytes in *pValue
497 * 0 unassigned (*pValue undefined)
498 * -1 illegal (currently not used, *pValue undefined)
500 * *pValue will contain the resulting bytes with the last byte in bits 7..0,
506 UChar32 c, uint32_t *pValue,
ucnv_ct.c 341 uint32_t pValue;
407 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback);
417 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
425 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback);
428 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8));
  /external/sonivox/arm-fm-22k/host_src/
eas_wave.c 58 static void FlipDWord (EAS_U32 *pValue)
63 p = (EAS_U8*) pValue;
65 *pValue = temp;
79 static void FlipWord (EAS_U16 *pValue)
84 p = (EAS_U8*) pValue;
86 *pValue = temp;
  /external/sonivox/arm-hybrid-22k/host_src/
eas_wave.c 58 static void FlipDWord (EAS_U32 *pValue)
63 p = (EAS_U8*) pValue;
65 *pValue = temp;
79 static void FlipWord (EAS_U16 *pValue)
84 p = (EAS_U8*) pValue;
86 *pValue = temp;
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.c 58 static void FlipDWord (EAS_U32 *pValue)
63 p = (EAS_U8*) pValue;
65 *pValue = temp;
79 static void FlipWord (EAS_U16 *pValue)
84 p = (EAS_U8*) pValue;
86 *pValue = temp;
  /external/libnfc-nxp/src/
phFriNfc_Llcp.c     [all...]
  /device/samsung/tuna/keymaster/
keymaster_tuna.cpp 230 static void set_attribute(CK_ATTRIBUTE* attrib, CK_ATTRIBUTE_TYPE type, void* pValue,
233 attrib->pValue = pValue;
643 attributes[0].pValue = modulus.get();
644 attributes[1].pValue = exponent.get();
  /external/nist-sip/java/gov/nist/javax/sip/parser/
URLParser.java 156 String pvalue = ""; local
162 pvalue = paramNameOrValue();
166 ( pvalue == null ||
167 pvalue.length() == 0))
169 else return new NameValue(pname, pvalue, isFlagParam);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 82 void *pValue;
92 void LinkedList_AddElement(LinkedList *LinkedList, void *pValue);
93 void LinkedList_FreeElement(LinkedList *LinkedList, void *pValue);
  /external/icu4c/tools/dumpce/
dumpce.cpp 681 const char *pvalue; local
684 pvalue = strchr(pname, '=');
685 if (pvalue == NULL) {
691 int count = pvalue - pname;
701 pvalue ++;
703 pname = strchr(pvalue, ',');
707 count = pname - pvalue;
708 strncpy(str, pvalue, count);
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]

Completed in 523 milliseconds

1 2 34 5 6 7 8 9