/hardware/interfaces/configstore/utils/include/configstore/ |
D | Utils.h | 65 template<typename V, typename I, android::hardware::Return<void> (I::* func) 66 (std::function<void(const V&)>)> 67 decltype(V::value) get(const decltype(V::value) &defValue) { in decltype() 70 auto getHelper = []()->V { in decltype() 71 V ret; in decltype() 78 auto status = (*configs.*func)([&ret](V v) { in decltype() 93 static V cachedValue = getHelper(); in decltype()
|
/hardware/google/av/codec2/include/ |
D | C2.h | 443 template<typename T, typename U, typename... V> 444 struct c2_types<T, U, V...> { 446 typedef typename c2_types<typename c2_types<T, U>::wide_type, V...>::wide_type wide_type; 448 typedef typename c2_types<typename c2_types<T, U>::narrow_type, V...>::narrow_type narrow_type; 450 typedef typename c2_types<typename c2_types<T, U>::min_type, V...>::min_type min_type; 473 template<typename T, typename U, typename... V> 474 constexpr typename c2_types<T, U, V...>::wide_type c2_max(const T a, const U b, const V ... c) { 475 typedef typename c2_types<T, U, V...>::wide_type wide_type; 502 template<typename T, typename U, typename... V> 503 constexpr typename c2_types<T, U, V...>::min_type c2_min(const T a, const U b, const V ... c) { [all …]
|
/hardware/interfaces/automotive/evs/1.0/vts/functional/ |
D | FormatConvert.cpp | 47 float V = Vin - 128.0f; in yuvToRgbx() local 49 float Rf = Y + 1.140f*V; in yuvToRgbx() 50 float Gf = Y - 0.395f*U - 0.581f*V; in yuvToRgbx() 155 uint8_t V = (srcPixel >> 24) & 0xFF; in copyYUYVtoRGB32() local 158 *(dst+0) = yuvToRgbx(Y1, U, V, bgrxFormat); in copyYUYVtoRGB32() 159 *(dst+1) = yuvToRgbx(Y2, U, V, bgrxFormat); in copyYUYVtoRGB32()
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #define V PRINT macro 40 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #define V PRINT macro 40 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #define V PRINT macro 40 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #define V PRINT macro 40 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #define V PRINT macro 40 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/rpc_inc/ |
D | debug.h | 50 #define V PRINT macro 52 #define V(x...) do { } while(0) macro
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api-rpc/inc/ |
D | debug.h | 38 #define V PRINT macro 40 #define V(x...) do { } while(0) macro
|
/hardware/google/av/media/sfplugin/tests/ |
D | MediaCodec_sanity_test.cpp | 365 EXPECT_EQ(img->mPlane[img->V].mHorizSubsampling, 2u); in TEST_P() 366 EXPECT_EQ(img->mPlane[img->V].mVertSubsampling, 2u); in TEST_P() 380 EXPECT_EQ(img->mPlane[img->V].mOffset, (uint32_t)(stride * vstride * 5 / 4)); in TEST_P() 381 EXPECT_EQ(img->mPlane[img->V].mColInc, 1); in TEST_P() 382 EXPECT_EQ(img->mPlane[img->V].mRowInc, stride / 2); in TEST_P() 398 EXPECT_EQ(img->mPlane[img->V].mOffset, (uint32_t)(stride * vstride + 1)); in TEST_P() 399 EXPECT_EQ(img->mPlane[img->V].mColInc, 2); in TEST_P() 400 EXPECT_EQ(img->mPlane[img->V].mRowInc, stride); in TEST_P() 416 img->mPlane[img->V].mOffset + 119 * img->mPlane[img->V].mRowInc in TEST_P() 417 + 159 * img->mPlane[img->V].mColInc + 1 })); in TEST_P()
|
/hardware/interfaces/audio/common/all-versions/ |
D | copyHAL.sh | 160 cp -Tar V$BASE_VERSION_UNDERSCORE V$NEW_VERSION_UNDERSCORE 161 cp -Tar effect/{V$BASE_VERSION_UNDERSCORE,V$NEW_VERSION_UNDERSCORE} 162 local -r FILES=$(find {.,effect}/V$NEW_VERSION_UNDERSCORE -type f)
|
/hardware/interfaces/tv/tuner/1.0/ |
D | IDemux.hal | 86 * @return avSyncHwId the id of hardware A/V sync. 91 * Get current time stamp to use for A/V sync 93 * It is used by the client to get current time stamp for A/V sync. HW is 96 * @param avSyncHwId the hardware id of A/V sync. 99 * INVALID_ARGUMENT if failed for a wrong hardware ID of A/V sync. 101 * @return time the current time stamp of hardware A/V sync. The time stamp
|
/hardware/google/av/media/sfplugin/ |
D | Codec2Buffer.cpp | 317 mediaImage->mPlane[mediaImage->V].mOffset = mStride * mVStride * 5 / 4; in GraphicView2MediaImageConverter() 318 mediaImage->mPlane[mediaImage->V].mColInc = 1; in GraphicView2MediaImageConverter() 319 mediaImage->mPlane[mediaImage->V].mRowInc = mStride / 2; in GraphicView2MediaImageConverter() 320 mediaImage->mPlane[mediaImage->V].mHorizSubsampling = 2; in GraphicView2MediaImageConverter() 321 mediaImage->mPlane[mediaImage->V].mVertSubsampling = 2; in GraphicView2MediaImageConverter() 338 mediaImage->mPlane[mediaImage->V].mOffset = mStride * mVStride + 1; in GraphicView2MediaImageConverter() 339 mediaImage->mPlane[mediaImage->V].mColInc = 2; in GraphicView2MediaImageConverter() 340 mediaImage->mPlane[mediaImage->V].mRowInc = mStride; in GraphicView2MediaImageConverter() 341 mediaImage->mPlane[mediaImage->V].mHorizSubsampling = 2; in GraphicView2MediaImageConverter() 342 mediaImage->mPlane[mediaImage->V].mVertSubsampling = 2; in GraphicView2MediaImageConverter()
|
/hardware/interfaces/audio/common/all-versions/util/include/common/all-versions/ |
D | VersionMacro.h | 41 #define CPP_VERSION EXPAND_CONCAT_4(V, MAJOR_VERSION, _, MINOR_VERSION)
|
/hardware/interfaces/identity/support/include/cppbor/ |
D | cppbor.h | 673 template <typename T, typename V, typename Enable = void> 676 template <typename I1, typename I2, typename V> 678 std::pair<I1, I2>, V, 679 typename std::enable_if_t<std::is_same_v<V, typename std::iterator_traits<I1>::value_type>>> 682 template <typename T, typename V, typename Enable = void>
|