OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:U16_AT
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/foundation/
ANetworkSession.cpp
40
static uint16_t
U16_AT
(const uint8_t *ptr) {
364
size_t packetSize =
U16_AT
((const uint8_t *)mInBuffer.c_str());
393
length =
U16_AT
((const uint8_t *)mInBuffer.c_str() + 2);
466
payloadLen =
U16_AT
(&data[offset]);
[
all
...]
/frameworks/av/media/libstagefright/
Utils.cpp
50
uint16_t
U16_AT
(const uint8_t *ptr) {
172
uint16_t audioObjectType =
U16_AT
((uint8_t*)csd->data());
791
size_t length =
U16_AT
(ptr);
[
all
...]
Completed in 1028 milliseconds