Searched refs:_type (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/ |
D | vidc_vendor_extensions.h | 226 #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/ |
D | vidc_vendor_extensions.h | 223 #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/ |
D | vidc_vendor_extensions.h | 223 #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/ |
D | VtsMiscellaneousTests.cpp | 283 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/ |
D | Context.cpp | 83 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/ |
D | C2AllocatorIon.cpp | 93 typedef C2HandleIon _type; typedef
|
/hardware/google/av/codec2/include/ |
D | C2Param.h | 1278 typedef C2##name##Struct _type; /**< type name shorthand */ \ 1408 C2FieldDescriptor(&((_type*)(nullptr))->member, name),
|