OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntoh64
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/include/media/stagefright/
Utils.h
41
uint64_t
ntoh64
(uint64_t x);
/frameworks/av/media/libstagefright/
DataSource.cpp
95
*x =
ntoh64
(tmp);
SampleIterator.cpp
211
*offset =
ntoh64
(offset64);
MPEG4Extractor.cpp
749
chunk_size =
ntoh64
(chunk_size);
[
all
...]
Utils.cpp
63
uint64_t
ntoh64
(uint64_t x) {
function in namespace:android
Completed in 369 milliseconds