Searched refs:topField (Results 1 – 1 of 1) sorted by relevance
149 int32_t topField = fieldFlags & VA_PICTURE_H264_TOP_FIELD; in decodeFrame() local151 if ((topField == 0 && botField != 0) || (topField != 0 && botField == 0)) { in decodeFrame()