OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:process_reverse
(Results
1 - 2
of
2
) sorted by null
/hardware/libhardware/include/hardware/
audio_effect.h
384
// Function:
process_reverse
406
// can stop calling
process_reverse
()
410
int32_t (*
process_reverse
)(effect_handle_t self,
member in struct:effect_interface_s
[
all
...]
/frameworks/av/media/libeffects/factory/
EffectsFactory.c
158
if ((*fx->subItfe)->
process_reverse
!= NULL) {
159
ret = (*fx->subItfe)->
process_reverse
(fx->subItfe, inBuffer, outBuffer);
317
if ((*itfe)->
process_reverse
!= NULL) {
Completed in 253 milliseconds