Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/
DCodec2InfoBuilder.cpp274 typename std::underlying_type<MediaCodecInfo::Attributes>::type attrs = 0; in buildOmxInfo() local
276 attrs |= MediaCodecInfo::kFlagIsEncoder; in buildOmxInfo()
280 attrs |= MediaCodecInfo::kFlagIsVendor; in buildOmxInfo()
283 attrs |= MediaCodecInfo::kFlagIsHardwareAccelerated; in buildOmxInfo()
286 info->setAttributes(attrs); in buildOmxInfo()
432 typename std::underlying_type<MediaCodecInfo::Attributes>::type attrs = 0; in buildMediaCodecList() local
435 attrs |= MediaCodecInfo::kFlagIsEncoder; in buildMediaCodecList()
438 attrs |= MediaCodecInfo::kFlagIsSoftwareOnly; in buildMediaCodecList()
440 attrs |= MediaCodecInfo::kFlagIsVendor; in buildMediaCodecList()
442 attrs |= MediaCodecInfo::kFlagIsSoftwareOnly; in buildMediaCodecList()
[all …]
/hardware/qcom/display/msm8909/gpu_tonemapper/
DEGLImageBuffer.cpp33 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, in create_eglImage() local
39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
/hardware/qcom/display/msm8998/gpu_tonemapper/
DEGLImageBuffer.cpp33 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, in create_eglImage() local
39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
DEGLImageBuffer.cpp33 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, in create_eglImage() local
39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
/hardware/qcom/sdm845/display/gpu_tonemapper/
DEGLImageBuffer.cpp33 EGLint attrs[] = {EGL_IMAGE_PRESERVED_KHR, EGL_TRUE, in create_eglImage() local
39 (EGLClientBuffer)(graphicBuffer->getNativeBuffer()), attrs); in create_eglImage()
/hardware/libhardware/tests/hwc/
Dcnativewindow.c365 uint32_t attrs[] = { variable
411 if ((r = hwc->getDisplayAttributes(hwc, 0, configs[0], attrs, values))) { in hwc_init()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifilogger_diag.cpp2563 struct nlattr *attrs[CLD80211_ATTR_MAX + 1]; in diag_message_handler() local
2573 int result = nla_parse(attrs, CLD80211_ATTR_MAX, genlmsg_attrdata(genlh, 0), in diag_message_handler()
2576 if (!result && attrs[CLD80211_ATTR_VENDOR_DATA]) { in diag_message_handler()
2578 (struct nlattr *)nla_data(attrs[CLD80211_ATTR_VENDOR_DATA]), in diag_message_handler()
2579 nla_len(attrs[CLD80211_ATTR_VENDOR_DATA]), NULL); in diag_message_handler()