Searched refs:m_supportedImageformatsG9 (Results 1 – 1 of 1) sorted by relevance
34 const VAImageFormat m_supportedImageformatsG9[] = variable69 memset(formatList, 0, sizeof(m_supportedImageformatsG9)); in QueryImageFormats()72 formatList[num].fourcc = m_supportedImageformatsG9[idx].fourcc; in QueryImageFormats()73 formatList[num].byte_order = m_supportedImageformatsG9[idx].byte_order; in QueryImageFormats()74 formatList[num].bits_per_pixel = m_supportedImageformatsG9[idx].bits_per_pixel; in QueryImageFormats()75 formatList[num].depth = m_supportedImageformatsG9[idx].depth; in QueryImageFormats()76 formatList[num].red_mask = m_supportedImageformatsG9[idx].red_mask; in QueryImageFormats()77 formatList[num].green_mask = m_supportedImageformatsG9[idx].green_mask; in QueryImageFormats()78 formatList[num].blue_mask = m_supportedImageformatsG9[idx].blue_mask; in QueryImageFormats()79 formatList[num].alpha_mask = m_supportedImageformatsG9[idx].alpha_mask; in QueryImageFormats()[all …]