Ignore:
Timestamp:
Jul 29, 2019 2:25:34 AM (5 years ago)
Author:
nanang
Message:

Misc (re #2210): Added format definitions for NV12 & NV21.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/format.h

    r4994 r6046  
    177177    PJMEDIA_FORMAT_YV12     = PJMEDIA_FORMAT_PACK('Y', 'V', '1', '2'), 
    178178 
     179    /** 
     180     * This is planar 4:2:0/12bpp YUV format, the data can be treated as 
     181     * two planes of color components, where the first plane contains 
     182     * only the Y samples, the second plane contains interleaved 
     183     * U (Cb) - V (Cr) samples. 
     184     */ 
     185    PJMEDIA_FORMAT_NV12     = PJMEDIA_FORMAT_PACK('N', 'V', '1', '2'), 
     186     
    179187    /** 
    180188     * This is planar 4:2:0/12bpp YUV format, the data can be treated as 
Note: See TracChangeset for help on using the changeset viewer.