Home | History | Annotate | Download | only in src

Lines Matching refs:NV12

435             12, // NV12, 4:2:0
521 // Source is YV12/IYUV, this native format is converted to NV12 format by the video encoder
576 // NV12 is 4:2:0 format (12bpc)
580 // Source is NV12 in pitch linear memory
581 // Because we are assume input is NV12 (if we take input in the native format), the encoder handles NV12 as a native format in pitch linear memory
633 efparams.progressiveFrame = (surfaceFormat_ == NV12) ? 1 : 0;
658 case NV12: // NV12 (4:2:0)