HomeSort by relevance Sort by last modified time
    Searched refs:kFramesPerAU (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 511 static const size_t kFramesPerAU = 80;
516 kNumAUsPerPESPacket * kFramesPerAU * kFrameSize
553 + kNumAUsPerPESPacket * kFrameSize * kFramesPerAU);
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 597 static const size_t kFramesPerAU = 80;
600 size_t payloadSize = numAUs * frameSize * kFramesPerAU;
    [all...]

Completed in 146 milliseconds