OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntoh64
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
ByteUtils.h
48
uint64_t
ntoh64
(uint64_t x);
/frameworks/av/media/libstagefright/foundation/
ByteUtils.cpp
49
uint64_t
ntoh64
(uint64_t x) {
function in namespace:android
/frameworks/av/media/libstagefright/
DataSourceBase.cpp
73
*x =
ntoh64
(tmp);
/frameworks/av/media/extractors/mp4/
SampleIterator.cpp
232
*offset =
ntoh64
(offset64);
MPEG4Extractor.cpp
815
chunk_size =
ntoh64
(chunk_size);
[
all
...]
ItemTable.cpp
138
chunk_size =
ntoh64
(chunk_size);
[
all
...]
Completed in 478 milliseconds