Home
last modified time | relevance | path

Searched refs:topField (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderAVC.cpp149 int32_t topField = fieldFlags & VA_PICTURE_H264_TOP_FIELD; in decodeFrame() local
151 if ((topField == 0 && botField != 0) || (topField != 0 && botField == 0)) { in decodeFrame()