HomeSort by relevance Sort by last modified time
    Searched refs:cmdSize (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/av/media/libmedia/
IEffectClient.cpp 60 uint32_t cmdSize,
69 int size = cmdSize;
116 uint32_t cmdSize = data.readInt32();
118 if (cmdSize) {
119 cmd = (char *)malloc(cmdSize);
120 data.read(cmd, cmdSize);
128 commandExecuted(cmdCode, cmdSize, cmd, replySize, resp);
IEffect.cpp 63 uint32_t cmdSize,
72 int size = cmdSize;
151 uint32_t cmdSize = data.readInt32();
153 if (cmdSize) {
154 cmd = (char *)malloc(cmdSize);
155 data.read(cmd, cmdSize);
163 status_t status = command(cmdCode, cmdSize, cmd, &replySz, resp);
AudioEffect.cpp 221 uint32_t cmdSize,
241 status_t status = mIEffect->command(cmdCode, cmdSize, cmdData, replySize, replyData);
383 uint32_t cmdSize,
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_eglapi.cpp 52 uint32_t cmdSize;
66 if (stream->receive(&cmdSize, sizeof(uint32_t)) < 0) {
69 cmdSize = ntohl(cmdSize);
72 if (cmdBufSize < cmdSize) {
74 cmdBufSize = cmdSize;
75 cmdBuf = malloc(cmdSize);
81 if (stream->receive(cmdBuf, cmdSize) < 0) {
85 if (cmdSize != sizeof(uint32_t)) {
  /cts/tests/tests/security/testeffect/
CTSTestEffect.cpp 102 int CTSEffects_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize,
119 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t)
123 memcpy(&pContext->mConfig, pCmdData, cmdSize);
144 cmdSize != (int)(sizeof(effect_param_t)) ||
154 cmdSize != (int)(sizeof(effect_param_t)) ||
  /frameworks/av/include/media/
IEffect.h 37 uint32_t cmdSize,
IEffectClient.h 35 uint32_t cmdSize,
AudioEffect.h 374 uint32_t cmdSize,
409 uint32_t cmdSize,
431 uint32_t cmdSize,
435 mEffect->commandExecuted(cmdCode, cmdSize, pCmdData, replySize, pReplyData);
  /frameworks/av/media/libeffects/proxy/
EffectProxy.h 48 uint32_t cmdSize,
EffectProxy.cpp 202 uint32_t cmdSize,
244 if (cmdSize == 0 || pCmdData == NULL) {
267 pContext->eHandle[SUB_FX_OFFLOAD], cmdCode, cmdSize,
327 pContext->eHandle[i], cmdCode, cmdSize,
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.h 81 uint32_t cmdSize,
EffectDownmix.c 370 static int Downmix_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize,
383 ALOGV("Downmix_Command command %d cmdSize %d",cmdCode, cmdSize);
394 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t)
409 if (pCmdData == NULL || cmdSize < (int)(sizeof(effect_param_t) + sizeof(int32_t)) ||
424 ALOGV("Downmix_Command EFFECT_CMD_SET_PARAM cmdSize %d pCmdData %p, *replySize %d, " \
425 "pReplyData %p", cmdSize, pCmdData, *replySize, pReplyData);
426 if (pCmdData == NULL || (cmdSize < (int)(sizeof(effect_param_t) + sizeof(int32_t)))
470 if (pCmdData == NULL || cmdSize != (int)sizeof(uint32_t)) {
479 if (pCmdData == NULL || cmdSize != (int)sizeof(uint32_t) * 2)
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 626 extern "C" int Equalizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize,
638 ALOGV("Equalizer_command command %d cmdSize %d",cmdCode, cmdSize);
648 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t)
665 if (pCmdData == NULL || cmdSize < (int)(sizeof(effect_param_t) + sizeof(int32_t)) ||
683 ALOGV("Equalizer_command EFFECT_CMD_SET_PARAM cmdSize %d pCmdData %p, *replySize %d, pReplyData %p",
684 cmdSize, pCmdData, *replySize, pReplyData);
685 if (pCmdData == NULL || cmdSize < (int)(sizeof(effect_param_t) + sizeof(int32_t)) ||
EffectReverb.c 279 static int Reverb_Command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize,
292 ALOGV("Reverb_Command command %d cmdSize %d",cmdCode, cmdSize);
305 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t)
324 if (pCmdData == NULL || cmdSize < (int)(sizeof(effect_param_t) + sizeof(int32_t)) ||
336 ALOGV("Reverb_Command EFFECT_CMD_SET_PARAM cmdSize %d pCmdData %p, *replySize %d, pReplyData %p",
337 cmdSize, pCmdData, *replySize, pReplyData);
338 if (pCmdData == NULL || (cmdSize < (int)(sizeof(effect_param_t) + sizeof(int32_t)))
369 if (pCmdData == NULL || cmdSize != (int)sizeof(uint32_t)) {
376 if (pCmdData == NULL || cmdSize != (int)sizeof(uint32_t) * 2)
    [all...]
  /frameworks/av/services/audioflinger/
Effects.h 65 uint32_t cmdSize,
177 uint32_t cmdSize,
196 uint32_t cmdSize,
  /frameworks/av/media/libeffects/loudness/
EffectLoudnessEnhancer.cpp 310 int LE_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize,
320 // ALOGV("LE_command command %d cmdSize %d",cmdCode, cmdSize);
329 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t)
370 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t)) ||
396 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t) + sizeof(uint32_t)) ||
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp 739 uint32_t cmdSize,
752 ALOGV("AdncVoiceProcessingFx_Command: command %d cmdSize %d",cmdCode, cmdSize);
767 cmdSize != sizeof(effect_config_t)||
798 cmdSize != sizeof(effect_config_t) ||
830 cmdSize < (int)sizeof(effect_param_t) ||
855 cmdSize < (int)sizeof(effect_param_t) ||
895 cmdSize != sizeof(uint32_t)) {
912 cmdSize != sizeof(uint32_t)) {
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 53 int (*command)(effect_context_t *context, uint32_t cmdCode, uint32_t cmdSize,
766 int visualizer_command(effect_context_t * context, uint32_t cmdCode, uint32_t cmdSize,
    [all...]
  /hardware/qcom/audio/voice_processing/
voice_processing.c 508 uint32_t cmdSize,
518 //ALOGV("fx_command: command %d cmdSize %d",cmdCode, cmdSize);
530 cmdSize != sizeof(effect_config_t)||
560 cmdSize < (int)sizeof(effect_param_t) ||
576 cmdSize < (int)sizeof(effect_param_t) ||
612 cmdSize != sizeof(uint32_t)) {
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_cmd.h 56 SVGA3D_FIFOReserve(struct svga_winsys_context *swc, uint32 cmd, uint32 cmdSize, uint32 nr_relocs);
svga_cmd.c 96 * data. It must be 'cmdSize' bytes long.
107 uint32 cmdSize, // IN
112 header = swc->reserve(swc, sizeof *header + cmdSize, nr_relocs);
117 header->size = cmdSize;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.h 56 SVGA3D_FIFOReserve(struct svga_winsys_context *swc, uint32 cmd, uint32 cmdSize, uint32 nr_relocs);
svga_cmd.c 96 * data. It must be 'cmdSize' bytes long.
107 uint32 cmdSize, // IN
112 header = swc->reserve(swc, sizeof *header + cmdSize, nr_relocs);
117 header->size = cmdSize;
    [all...]
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 411 int Visualizer_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize,
421 // ALOGV("Visualizer_command command %d cmdSize %d",cmdCode, cmdSize);
431 if (pCmdData == NULL || cmdSize != sizeof(effect_config_t)
472 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t)) ||
510 cmdSize != (int)(sizeof(effect_param_t) + sizeof(uint32_t) + sizeof(uint32_t)) ||

Completed in 6437 milliseconds

1 2