libstagefright: Smooth Streaming in OMXCodec
This change is to address startup latency during playback. Set smooth-streaming mode from OMXCodec by default if mm.enable.smoothstreaming property is enabled When crop change is detected, save the target crop/stride and apply them just before the buffer is (potentially) rendered. Applying the updates right away may cause artifacts as buffers with previous resolution are not rendered yet. This approach assumes that there will not be a crop change within the detection and application of current crop CRs-Fixed: 584629 Change-Id: Ia164309edf1c51ed28b929deabecc53fc56cbf33
Loading
Please register or sign in to comment