Home | History | Annotate | Download | only in videodecoder

Lines Matching refs:topField

149     int32_t topField = fieldFlags & VA_PICTURE_H264_TOP_FIELD;
151 if ((topField == 0 && botField != 0) || (topField != 0 && botField == 0)) {