OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PV_ABS
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h
41
#define
PV_ABS
(x) (((x)<0)? -(x) : (x))
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h
113
#define
PV_ABS
(x) (((x)<0)? -(x) : (x))
Completed in 47 milliseconds