Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/
Dvidc_vendor_extensions.h226 #define ADD_PARAM(_key, _type) \ argument
227 {_key, _type},
229 #define ADD_PARAM_END(_key, _type) \ argument
230 {_key, _type} }));
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
Dvidc_vendor_extensions.h223 #define ADD_PARAM(_key, _type) \ argument
224 {_key, _type},
226 #define ADD_PARAM_END(_key, _type) \ argument
227 {_key, _type} }));
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
Dvidc_vendor_extensions.h223 #define ADD_PARAM(_key, _type) \ argument
224 {_key, _type},
226 #define ADD_PARAM_END(_key, _type) \ argument
227 {_key, _type} }));
/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsMiscellaneousTests.cpp283 context->contextPeekMessage([&](MessageToClientType _type, Size _size, uint32_t _subID){ in TEST_F() argument
284 messageType = _type; size = (uint32_t)_size; subID = _subID; }); in TEST_F()
287 [&](MessageToClientType _type, Size _size){ in TEST_F() argument
288 messageType = _type; size = (uint32_t)_size; }); in TEST_F()
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp83 RsType _type = hidl_to_rs<RsType>(type); in allocationAdapterCreate() local
85 RsAllocation _subAlloc = Device::getHal().AllocationAdapterCreate(mContext, _type, _baseAlloc); in allocationAdapterCreate()
98 const void* _type = Device::getHal().AllocationGetType(mContext, _allocation); in allocationGetType() local
99 return rs_to_hidl<Type>(_type); in allocationGetType()
103 RsType _type = hidl_to_rs<RsType>(type); in allocationCreateTyped() local
107 …RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage,… in allocationCreateTyped()
112 RsType _type = hidl_to_rs<RsType>(type); in allocationCreateFromBitmap() local
116 …RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips, _b… in allocationCreateFromBitmap()
121 RsType _type = hidl_to_rs<RsType>(type); in allocationCubeCreateFromBitmap() local
125 …RsAllocation _allocation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips… in allocationCubeCreateFromBitmap()
[all …]
/hardware/google/av/codec2/vndk/
DC2AllocatorIon.cpp93 typedef C2HandleIon _type; typedef
/hardware/google/av/codec2/include/
DC2Param.h1278 typedef C2##name##Struct _type; /**< type name shorthand */ \
1408 C2FieldDescriptor(&((_type*)(nullptr))->member, name),