OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pv_memmove
(Results
1 - 2
of
2
) 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
Completed in 273 milliseconds