Searched defs:rep (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dchannels.c94 audio_channel_representation_t rep local
97 if (rep == AUDIO_CHANNEL_REPRESENTATION_INDEX) {
100 } else if (rep == AUDIO_CHANNEL_REPRESENTATION_POSITION){
173 audio_channel_representation_t rep = sles_to_audio_channel_mask_representation(mask); local
177 if (rep == AUDIO_CHANNEL_REPRESENTATION_INDEX) {
181 } else if (rep == AUDIO_CHANNEL_REPRESENTATION_POSITION){
191 SL_LOGE("Unrecognized channel representation %#x", rep);
195 rep,
207 (rep == AUDIO_CHANNEL_REPRESENTATION_POSITION) ? "positional" : "indexed",
/frameworks/rs/api/
H A DUtilities.cpp77 string stringReplace(string s, string match, string rep) { argument
84 s.insert(p, rep);
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c431 effect_param_t *rep = (effect_param_t *) pReplyData; local
434 *(int32_t *)rep->data, rep->vsize);
435 rep->status = Downmix_getParameter(pDownmixer, *(int32_t *)rep->data, &rep->vsize,
436 rep->data + sizeof(int32_t));
437 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize;
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c328 effect_param_t *rep = (effect_param_t *) pReplyData; local
330 ALOGV("Reverb_Command EFFECT_CMD_GET_PARAM param %d, replySize %d",*(int32_t *)rep->data, rep->vsize);
331 rep->status = Reverb_getParameter(pReverb, *(int32_t *)rep->data, &rep->vsize,
332 rep->data + sizeof(int32_t));
333 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize;

Completed in 104 milliseconds