Searched defs:native (Results 1 – 6 of 6) sorted by relevance
33 int native; /* HAL_PIXEL_FORMAT_ */ member59 get_fourcc_yuv(int native, enum chroma_order chroma_order, int chroma_step) in get_fourcc_yuv()71 is_yuv(int native) in is_yuv()81 get_format_bpp(int native) in get_format_bpp()114 get_fourcc(int native) in get_fourcc()
42 IfaceNative native = 2; field
42 EglOS::Surface* native() const { return m_native; } in native() function
380 auto native = std::find(colorModes.cbegin(), colorModes.cend(), ColorMode::NATIVE); in TEST_P() local
292 const auto native = std::find(colorModes.cbegin(), colorModes.cend(), ColorMode::NATIVE); in TEST_P() local