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

/frameworks/av/media/libstagefright/
H A DACodec.cpp4211 size_t tsLayers = 0; local
4241 tsLayers = 1;
4244 tsLayers = 2;
4247 tsLayers = 3;
4265 vp8type.nTemporalLayerCount = tsLayers;
4266 if (tsLayers > 0) {
4269 kVp8LayerRateAlloction[tsLayers - 1][i];

Completed in 203 milliseconds