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

/frameworks/av/media/libstagefright/
H A DACodec.cpp2744 size_t tsLayers = 0; local
2774 tsLayers = 1;
2777 tsLayers = 2;
2780 tsLayers = 3;
2798 vp8type.nTemporalLayerCount = tsLayers;
2799 if (tsLayers > 0) {
2802 kVp8LayerRateAlloction[tsLayers - 1][i];

Completed in 2451 milliseconds