Ignore:
Timestamp:
Mar 17, 2015 4:02:44 AM (9 years ago)
Author:
nanang
Message:

Re #1822: Initial implementation of Android video capturer.

File:
1 edited

Legend:

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

    r4785 r4994  
    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     * V (Cr) - U (Cb) samples. 
     184     */ 
     185    PJMEDIA_FORMAT_NV21     = PJMEDIA_FORMAT_PACK('N', 'V', '2', '1'), 
     186     
    179187    /** 
    180188     * This is planar 4:2:2/16bpp YUV format, the data can be treated as 
Note: See TracChangeset for help on using the changeset viewer.