/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | AndroidHardwareBuffer.cpp | 67 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/ |
D | cf_webrtc.js | 76 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/ |
D | client_handler.cpp | 83 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()
|
D | client_handler.h | 54 void OnCreateSDPSuccess(webrtc::SessionDescriptionInterface* desc);
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-opcode.h | 235 xf_ext_param_desc_t desc; member 245 (&(e)->desc)
|
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_public_interface.cpp | 36 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()
|
D | mali_gralloc_private_interface.cpp | 246 …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()
|
D | mali_gralloc_private_interface.h | 66 … (*GRALLOC1_PFN_PRIVATE_SET_PRIV_FMT)(gralloc1_device_t *device, gralloc1_buffer_descriptor_t desc,
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-base.c | 268 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/ |
D | mali_gralloc_private_interface.cpp | 246 …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()
|
D | mali_gralloc_public_interface.cpp | 36 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()
|
D | mali_gralloc_private_interface.h | 66 … (*GRALLOC1_PFN_PRIVATE_SET_PRIV_FMT)(gralloc1_device_t *device, gralloc1_buffer_descriptor_t desc,
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-opcode.h | 246 xf_ext_param_desc_t desc; member
|
/device/sample/sdk_addon/ |
D | manifest.ini | 27 # <library.name>=<name>.jar;<desc>
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | EmuHWC2.h | 72 int32_t desc) { in getFunctionHook() argument 73 auto descriptor = static_cast<HWC2::FunctionDescriptor>(desc); in getFunctionHook()
|