Home
last modified time | relevance | path

Searched refs:gasp (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_system_manager.cpp184 sptr<IStandardAudioService> gasp = g_asProxy; in GetAudioSystemManagerProxy() local
185 return gasp; in GetAudioSystemManagerProxy()
319 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); in SetAsrAecMode() local
320 CHECK_AND_RETURN_RET_LOG(gasp != nullptr, 0, "Audio service unavailable."); in SetAsrAecMode()
321 return gasp->SetAsrAecMode(asrAecMode); in SetAsrAecMode()
326 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); in GetAsrAecMode() local
327 CHECK_AND_RETURN_RET_LOG(gasp != nullptr, 0, "Audio service unavailable."); in GetAsrAecMode()
328 int32_t ret = gasp->GetAsrAecMode(asrAecMode); in GetAsrAecMode()
335 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); in SetAsrNoiseSuppressionMode() local
336 CHECK_AND_RETURN_RET_LOG(gasp ! in SetAsrNoiseSuppressionMode()
342 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); GetAsrNoiseSuppressionMode() local
351 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); SetAsrWhisperDetectionMode() local
358 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); GetAsrWhisperDetectionMode() local
367 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); SetAsrVoiceControlMode() local
374 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); SetAsrVoiceMuteMode() local
381 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); IsWhispering() local
388 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); GetAudioParameter() local
395 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); SetAudioParameter() local
403 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); GetExtraParameters() local
411 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); SetExtraParameters() local
418 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); GetTransactionId() local
963 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); SetAudioMonoState() local
970 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); SetAudioBalanceValue() local
1228 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); RequestThreadPriority() local
1362 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); RegisterWakeupSourceCallback() local
1540 const sptr<IStandardAudioService> gasp = GetAudioSystemManagerProxy(); GetEffectLatency() local
[all...]
H A Dcapturer_in_client.cpp552 sptr<IStandardAudioService> gasp = g_ServerProxy; in GetAudioServerProxy() local
553 return gasp; in GetAudioServerProxy()
793 sptr<IStandardAudioService> gasp = CapturerInClientInner::GetAudioServerProxy(); in InitIpcStream() local
794 CHECK_AND_RETURN_RET_LOG(gasp != nullptr, ERR_OPERATION_FAILED, "Create failed, can not get service."); in InitIpcStream()
796 sptr<IRemoteObject> ipcProxy = gasp->CreateAudioProcess(config, errorCode); in InitIpcStream()
1556 sptr<IStandardAudioService> gasp = CapturerInClientInner::GetAudioServerProxy(); in UpdateLatencyTimestamp() local
1557 if (gasp == nullptr) { in UpdateLatencyTimestamp()
1561 gasp->UpdateLatencyTimestamp(timestamp, isRenderer); in UpdateLatencyTimestamp()
H A Daudio_process_in_client.cpp291 sptr<IStandardAudioService> gasp = gAudioServerProxy; in GetAudioServerProxy() local
292 return gasp; in GetAudioServerProxy()
313 sptr<IStandardAudioService> gasp = AudioProcessInClientInner::GetAudioServerProxy(); in Create() local
314 CHECK_AND_RETURN_RET_LOG(gasp != nullptr, nullptr, "Create failed, can not get service."); in Create()
325 sptr<IRemoteObject> ipcProxy = gasp->CreateAudioProcess(resetConfig, errorCode); in Create()
504 sptr<IStandardAudioService> gasp = AudioProcessInClientInner::GetAudioServerProxy(); in UpdateLatencyTimestamp() local
505 if (gasp == nullptr) { in UpdateLatencyTimestamp()
509 gasp->UpdateLatencyTimestamp(timestamp, isRenderer); in UpdateLatencyTimestamp()
H A Drenderer_in_client.cpp360 sptr<IStandardAudioService> gasp = gServerProxy_; in GetAudioServerProxy() local
361 return gasp; in GetAudioServerProxy()
531 sptr<IStandardAudioService> gasp = RendererInClientInner::GetAudioServerProxy(); in InitIpcStream() local
532 CHECK_AND_RETURN_RET_LOG(gasp != nullptr, ERR_OPERATION_FAILED, "Create failed, can not get service."); in InitIpcStream()
534 sptr<IRemoteObject> ipcProxy = gasp->CreateAudioProcess(config, errorCode); in InitIpcStream()
2203 sptr<IStandardAudioService> gasp = RendererInClientInner::GetAudioServerProxy(); in UpdateLatencyTimestamp() local
2204 if (gasp == nullptr) { in UpdateLatencyTimestamp()
2208 gasp->UpdateLatencyTimestamp(timestamp, isRenderer); in UpdateLatencyTimestamp()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftgasp.c5 * Access of TrueType's `gasp' table (body).
35 if ( ttface->gasp.numRanges > 0 ) in FT_EXPORT_DEF()
37 TT_GaspRange range = ttface->gasp.gaspRanges; in FT_EXPORT_DEF()
38 TT_GaspRange range_end = range + ttface->gasp.numRanges; in FT_EXPORT_DEF()
51 if ( ttface->gasp.version == 0 ) in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dtest_data.cc40 Tag::OS_2, Tag::cmap, Tag::cvt, Tag::feat, Tag::gasp,
47 Tag::VDMX, Tag::cmap, Tag::cvt, Tag::fpgm, Tag::gasp,
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
H A Dtag.cc51 const int32_t Tag::gasp = TAG('g', 'a', 's', 'p'); member in sfntly::Tag
104 Tag::gasp,
H A Dtag.h67 static const int32_t gasp; member
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp126 AutoTDWriteTable<SkOTTableGridAndScanProcedure> gasp(typeface->fDWriteFontFace.get()); in get_gasp_range()
127 if (!gasp.fExists) { in get_gasp_range()
130 if (gasp.fSize < sizeof(SkOTTableGridAndScanProcedure)) { in get_gasp_range()
133 if (gasp->version != SkOTTableGridAndScanProcedure::version0 && in get_gasp_range()
134 gasp->version != SkOTTableGridAndScanProcedure::version1) in get_gasp_range()
139 uint16_t numRanges = SkEndianSwap16(gasp->numRanges); in get_gasp_range()
141 gasp.fSize < sizeof(SkOTTableGridAndScanProcedure) + in get_gasp_range()
148 SkTAfter<const SkOTTableGridAndScanProcedure::GaspRange>(gasp.get()); in get_gasp_range()
155 range->fVersion = SkEndian_SwapBE16(gasp->version); in get_gasp_range()
351 // If the font has a gasp tabl in SkScalerContext_DW()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-gasp-table.hh34 * gasp -- Grid-fitting and Scan-conversion Procedure
35 * https://docs.microsoft.com/en-us/typography/opentype/spec/gasp
58 struct gasp struct
H A Dhb-ot-metrics.cc28 #include "hb-ot-gasp-table.hh" // Just so we compile it; unused otherwise.
105 const OT::GaspRange& range = face->table.gasp->get_gasp_range (metrics_tag - HB_TAG ('g','s','p','0'));
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttload.c1417 * Loads the `gasp' table into a face object.
1440 /* the gasp table is optional */ in FT_LOCAL_DEF()
1448 face->gasp.version = FT_GET_USHORT(); in FT_LOCAL_DEF()
1454 if ( face->gasp.version >= 2 ) in FT_LOCAL_DEF()
1456 face->gasp.numRanges = 0; in FT_LOCAL_DEF()
1478 face->gasp.gaspRanges = gasp_ranges; in FT_LOCAL_DEF()
1480 face->gasp.numRanges = num_ranges; in FT_LOCAL_DEF()
H A Dsfobjs.c999 /* consider the pclt, kerning, and gasp tables as optional */ in FT_LOCAL_DEF()
1001 LOAD_( gasp ); in FT_LOCAL_DEF()
1457 /* freeing the gasp table */ in sfnt_done_face()
1458 FT_FREE( face->gasp.gaspRanges ); in sfnt_done_face()
1459 face->gasp.numRanges = 0; in sfnt_done_face()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
H A DTag.java73 public static final int gasp = Tag.intValue(new byte[]{'g', 'a', 's', 'p'}); field in Tag
H A DFont.java127 Tag.gasp,
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dtttypes.h333 * A tiny structure used to model a gasp range according to the TrueType
362 * A structure modeling the TrueType 'gasp' table used to specify
370 * The number of gasp ranges in table.
373 * An array of gasp ranges.
1263 * gasp ::
1264 * The grid-fitting and scaling properties table ('gasp'). This table
1526 TT_GaspRec gasp; /* the `gasp' table */ member
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.c1186 if ( idx < face->gasp.numRanges - 1 ) \
1187 p = (FT_Short*)&face->gasp.gaspRanges[idx].maxPPEM; \
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp7316 sptr<IStandardAudioService> gasp = g_btProxy; in RegisterBluetoothDeathCallback() local
7317 return gasp; in RegisterBluetoothDeathCallback()

Completed in 50 milliseconds