Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DAndroidHardwareBuffer.cpp67 AHardwareBuffer_Desc desc; in getAndroidHardwareBufferPropertiesANDROID() local
68 AHardwareBuffer_describe(buffer, &desc); in getAndroidHardwareBufferPropertiesANDROID()
75 if (!(desc.usage & (gpu_usage))) { in getAndroidHardwareBufferPropertiesANDROID()
79 ahbFormatProps->format = vk_format_from_android(desc.format); in getAndroidHardwareBufferPropertiesANDROID()
80 ahbFormatProps->externalFormat = desc.format; in getAndroidHardwareBufferPropertiesANDROID()
105 android_format_is_yuv(desc.format) ? in getAndroidHardwareBufferPropertiesANDROID()
224 struct AHardwareBuffer_Desc desc = { in createAndroidHardwareBuffer() local
232 if (AHardwareBuffer_allocate(&desc, &ahw) != 0) { in createAndroidHardwareBuffer()
/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/assets/js/
Dcf_webrtc.js76 set description(desc) { argument
77 this._description = desc;
271 async sendClientDescription(desc) { argument
273 this._sendToDevice({type: 'answer', sdp: desc.sdp});
331 control.onOffer(desc => {
332 console.log('Offer: ', desc);
333 acceptOfferAndReplyAnswer(desc);
/device/google/cuttlefish/host/frontend/webrtc/lib/
Dclient_handler.cpp83 void OnSuccess(webrtc::SessionDescriptionInterface *desc) override { in OnSuccess() argument
86 client_handler->OnCreateSDPSuccess(desc); in OnSuccess()
329 webrtc::SessionDescriptionInterface *desc) { in OnCreateSDPSuccess() argument
331 desc->ToString(&offer_str); in OnCreateSDPSuccess()
337 desc); in OnCreateSDPSuccess()
340 desc = nullptr; in OnCreateSDPSuccess()
Dclient_handler.h54 void OnCreateSDPSuccess(webrtc::SessionDescriptionInterface* desc);
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-opcode.h235 xf_ext_param_desc_t desc; member
245 (&(e)->desc)
/device/linaro/hikey/gralloc960/
Dmali_gralloc_public_interface.cpp36 gralloc1_function_descriptor_t desc; member
404 while (mali_gralloc_func_list[pos].desc != GRALLOC1_FUNCTION_INVALID) in mali_gralloc_getFunction()
406 if (mali_gralloc_func_list[pos].desc == descriptor) in mali_gralloc_getFunction()
Dmali_gralloc_private_interface.cpp246 …2_t mali_gralloc_private_set_priv_fmt(gralloc1_device_t *device, gralloc1_buffer_descriptor_t desc, in mali_gralloc_private_set_priv_fmt() argument
251 buffer_descriptor_t *priv_desc = reinterpret_cast<buffer_descriptor_t *>(desc); in mali_gralloc_private_set_priv_fmt()
Dmali_gralloc_private_interface.h66 … (*GRALLOC1_PFN_PRIVATE_SET_PRIV_FMT)(gralloc1_device_t *device, gralloc1_buffer_descriptor_t desc,
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.c268 u16 id = cmd->desc.id; in xa_base_set_param_ext()
269 u16 dlen = cmd->desc.length; in xa_base_set_param_ext()
332 u16 id = cmd->desc.id; in xa_base_get_param_ext()
333 u16 len = cmd->desc.length; in xa_base_get_param_ext()
/device/amlogic/yukawa/hal/gralloc/
Dmali_gralloc_private_interface.cpp246 …2_t mali_gralloc_private_set_priv_fmt(gralloc1_device_t *device, gralloc1_buffer_descriptor_t desc, in mali_gralloc_private_set_priv_fmt() argument
251 buffer_descriptor_t *priv_desc = reinterpret_cast<buffer_descriptor_t *>(desc); in mali_gralloc_private_set_priv_fmt()
Dmali_gralloc_public_interface.cpp36 gralloc1_function_descriptor_t desc; member
405 while (mali_gralloc_func_list[pos].desc != GRALLOC1_FUNCTION_INVALID) in mali_gralloc_getFunction()
407 if (mali_gralloc_func_list[pos].desc == descriptor) in mali_gralloc_getFunction()
Dmali_gralloc_private_interface.h66 … (*GRALLOC1_PFN_PRIVATE_SET_PRIV_FMT)(gralloc1_device_t *device, gralloc1_buffer_descriptor_t desc,
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-opcode.h246 xf_ext_param_desc_t desc; member
/device/sample/sdk_addon/
Dmanifest.ini27 # <library.name>=<name>.jar;<desc>
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.h72 int32_t desc) { in getFunctionHook() argument
73 auto descriptor = static_cast<HWC2::FunctionDescriptor>(desc); in getFunctionHook()