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

/frameworks/av/media/libstagefright/
H A DACodec.cpp2993 size_t tsLayers = 0; local
3023 tsLayers = 1;
3026 tsLayers = 2;
3029 tsLayers = 3;
3047 vp8type.nTemporalLayerCount = tsLayers;
3048 if (tsLayers > 0) {
3051 kVp8LayerRateAlloction[tsLayers - 1][i];

Completed in 48 milliseconds