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

/frameworks/av/media/libstagefright/
H A DACodec.cpp3923 // TODO: do we need to support android.generic layering? webrtc layering is
4352 // TRICKY: if we are enabling temporal layering as well, some codecs may not support layering
4353 // when B-frames are enabled. Detect this now so we can disable B frames if temporal layering
4359 OMX_VIDEO_PARAM_ANDROID_TEMPORALLAYERINGTYPE layering; local
4360 InitOMXParams(&layering);
4361 layering.nPortIndex = kPortIndexOutput;
4364 &layering, sizeof(layering))
[all...]

Completed in 53 milliseconds