/frameworks/av/media/libeffects/loudness/ |
EffectLoudnessEnhancer.cpp | 381 if (p->psize != sizeof(uint32_t)) { 404 if (p->psize != sizeof(uint32_t) || p->vsize != sizeof(uint32_t)) {
|
/hardware/qcom/audio/post_proc/ |
equalizer.c | 195 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); 372 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t);
|
bundle.c | 628 ((effect_param_t *)pCmdData)->psize > *replySize - sizeof(effect_param_t)) { 639 memcpy(pReplyData, pCmdData, sizeof(effect_param_t) + q->psize);
|
reverb.c | 303 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t); 453 int voffset = ((p->psize - 1) / sizeof(int32_t) + 1) * sizeof(int32_t);
|
/frameworks/av/services/audioflinger/ |
Effects.cpp | 656 p->psize = sizeof(uint32_t); 846 ((effect_param_t *)pCmdData)->psize > cmdSize 854 ((effect_param_t *)pCmdData)->psize > *replySize - sizeof(effect_param_t))) { 860 || ((effect_param_t *)pCmdData)->psize > *replySize 864 - ((effect_param_t *)pCmdData)->psize 865 || roundUpDelta(((effect_param_t *)pCmdData)->psize, (uint32_t)sizeof(int)) > 868 - ((effect_param_t *)pCmdData)->psize [all...] |
/toolchain/binutils/binutils-2.27/gold/ |
ehframe.cc | 373 off_t psize; local 376 &paddress, &psize); 379 uint32_t upsize = static_cast<uint32_t>(psize); 381 || static_cast<off_t>(upsize) != psize) [all...] |
layout.h | 318 uint64_t* psize) const 325 *psize = p->second.size; 332 find_single_comdat_section(unsigned int* pshndx, uint64_t* psize) const 339 *psize = p->second.size; [all...] |
dynobj.cc | [all...] |
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
EffectReverb.cpp | [all...] |
/frameworks/av/media/libeffects/preprocessing/ |
PreProcessing.cpp | [all...] |
/device/google/contexthub/firmware/os/platform/stm32/ |
spi.c | 149 mode.psize = DMA_SIZE_8_BITS; 152 mode.psize = DMA_SIZE_16_BITS;
|
dma.c | 262 STM_DMA_CR_PSIZE(mode->psize) |
|
/external/syslinux/bios/utils/ |
isohybrid.pl | 224 $psize = $c*$h*$s - $offset; 239 $ehead, $esect, $ecyl, $offset, $psize);
|
/frameworks/av/media/libaudioprocessing/ |
BufferProviders.cpp | 245 param->psize = sizeof(downmix_params_t); 247 memcpy(param->data, &downmixParam, param->psize);
|
/frameworks/av/media/libeffects/visualizer/ |
EffectVisualizer.cpp | 486 if (p->psize != sizeof(uint32_t)) { 521 if (p->psize != sizeof(uint32_t) || p->vsize != sizeof(uint32_t)) {
|
/external/python/cpython2/Modules/_ctypes/ |
cfield.c | 34 * Expects the size, index and offset for the current field in *psize and 35 * *poffset, stores the total size so far in *psize, the offset for the next 48 Py_ssize_t *psize, Py_ssize_t *poffset, Py_ssize_t *palign, 160 *psize += delta; 166 *psize += size; 176 *psize += dict->size - *pfield_size/8; [all...] |
/external/python/cpython3/Modules/_ctypes/ |
cfield.c | 34 * Expects the size, index and offset for the current field in *psize and 35 * *poffset, stores the total size so far in *psize, the offset for the next 48 Py_ssize_t *psize, Py_ssize_t *poffset, Py_ssize_t *palign, 160 *psize += delta; 166 *psize += size; 176 *psize += dict->size - *pfield_size/8; [all...] |
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
mixture_test.py | 760 psize = (batch_size,) 762 means = [np.random.uniform(low=-10, high=10, size=psize).astype(np.float32) 764 sigmas = [np.ones(shape=psize, dtype=np.float32) 772 x_tensor = array_ops.placeholder(shape=psize, dtype=dtypes.float32) [all...] |
/frameworks/av/media/libeffects/dynamicsproc/ |
EffectDynamicsProcessing.cpp | 80 return ((p->psize + sizeof(int32_t) - 1) / sizeof(int32_t)) * 513 uint32_t expectedCmdSize = DP_getParameterCmdSize(pEffectParam->psize, 528 p->psize, 550 p->psize, [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_state_derived.c | 81 if (vs_outputs->psize != ATTR_UNUSED) { 82 r300_draw_emit_attrib(r300, EMIT_1F_PSIZE, vs_outputs->psize); 344 if (vs_outputs->psize != ATTR_UNUSED) { [all...] |
/frameworks/av/services/audiopolicy/service/ |
AudioPolicyEffects.cpp | 509 fx_param->psize = sizeof(int); 520 fx_param->psize = 0; 529 fx_param->psize += size;
|
/prebuilts/go/darwin-x86/src/runtime/ |
sys_openbsd_386.s | 252 // int32 tfork(void *param, uintptr psize, M *mp, G *gp, void (*fn)(void)); 271 MOVL psize+4(FP), AX 272 MOVL AX, 8(SP) // arg 2 - psize
|
sys_openbsd_amd64.s | 15 // int32 tfork(void *param, uintptr psize, M *mp, G *gp, void (*fn)(void)); 24 MOVQ psize+8(FP), SI
|
sys_openbsd_arm.s | 250 // int32 tfork(void *param, uintptr psize, M *mp, G *gp, void (*fn)(void)); 259 MOVW psize+4(FP), R1 // arg 2 - psize
|
/prebuilts/go/linux-x86/src/runtime/ |
sys_openbsd_386.s | 252 // int32 tfork(void *param, uintptr psize, M *mp, G *gp, void (*fn)(void)); 271 MOVL psize+4(FP), AX 272 MOVL AX, 8(SP) // arg 2 - psize
|