How to force Android decoder to decode frame to RGB -


do manufacturers force color format on hardware decoders? seems android mediacodec decodes frame yuv on nexus 7 , 9. there way force color format decoded frame rgb instead? why manufacturers have proprietary color formats (as case nexus 7's qualcomm)?

thanks

the yuv color formats hardware decoders use more efficient. example, frame in yuv420 half size of same frame in rgb.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -