OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pv_memmove
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder_mem_funcs.h
62
#define
pv_memmove
(to, from, n) memmove(to, from, n)
macro
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
mp3_mem_funcs.h
68
#define
pv_memmove
(to, from, n) memmove(to, from, n)
macro
pvmp3_poly_phase_synthesis.cpp
180
pv_memmove
(&pChVars->circ_buffer[576],
Completed in 143 milliseconds