Searched defs:kFrameLength (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DAACWriter.cpp279 const uint32_t kFrameLength = frameLength; local
282 data |= ((kFrameLength & 0x1800) >> 11);
285 data = ((kFrameLength & 0x07F8) >> 3);
289 data = ((kFrameLength & 0x07) << 5);

Completed in 26 milliseconds