Home
last modified time | relevance | path

Searched defs:source (Results 76 – 100 of 1920) sorted by relevance

12345678910>>...77

/ohos5.0/foundation/multimedia/av_codec/test/unittest/plugins_source_test/
H A Dfile_source_plugin_unit_test.cpp98 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>("file:////"); variable
110 std::shared_ptr<MediaSource> source = std::make_shared<MediaSource>(uri); variable
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestHiPlayer.cpp40 static OHOS::Media::Source source; member in OHOS::Media::Test::UtTestHiPlayer
100 OHOS::Media::Source UtTestHiPlayer::source("./test.mp3"); member in OHOS::Media::Test::UtTestHiPlayer
/aosp12/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java210 final int source = event.getSource(); in onKeyEvent() local
271 final int source = event.getSource(); in onTrackballEvent() local
347 final int source = event.getSource(); in onTouchEvent() local
476 final int source = event.getSource(); in onGenericMotionEvent() local
599 final int source = keyEvent.getSource(); in onUnhandledEvent() local
744 private KeyState findKeyState(int deviceId, int source, int keyCode, boolean remove) { in findKeyState()
766 private void addKeyState(int deviceId, int source, int keyCode) { in addKeyState()
778 public int source; field in InputEventConsistencyVerifier.KeyState
785 public static KeyState obtain(int deviceId, int source, int keyCode) { in obtain()
H A DAbsSavedState.java55 protected AbsSavedState(Parcel source) { in AbsSavedState()
66 protected AbsSavedState(Parcel source, ClassLoader loader) { in AbsSavedState()
/aosp12/system/core/libsparse/
H A Dsparse_read.cpp175 SparseFileSource* source, unsigned int blocks, unsigned int block, in process_raw_chunk()
206 SparseFileSource* source, unsigned int blocks, unsigned int block, in process_fill_chunk()
267 static int process_crc32_chunk(SparseFileSource* source, unsigned int chunk_size, uint32_t* crc32) { in process_crc32_chunk()
286 static int process_chunk(struct sparse_file* s, SparseFileSource* source, unsigned int chunk_hdr_sz, in process_chunk()
336 static int sparse_file_read_sparse(struct sparse_file* s, SparseFileSource* source, bool crc) { in sparse_file_read_sparse()
470 SparseFileFdSource source(fd); in sparse_file_read() local
478 SparseFileBufSource source(buf); in sparse_file_read_buf() local
482 static struct sparse_file* sparse_file_import_source(SparseFileSource* source, bool verbose, in sparse_file_import_source()
539 SparseFileFdSource source(fd); in sparse_file_import() local
544 SparseFileBufSource source(buf); in sparse_file_import_buf() local
/aosp12/frameworks/base/core/java/android/view/inputmethod/
H A DInlineSuggestionInfo.java89 @NonNull @Source String source, in newInlineSuggestionInfo()
104 @NonNull @Source String source, in newInlineSuggestionInfo()
164 @NonNull @Source String source, in InlineSuggestionInfo()
336 String source = in.readString(); in InlineSuggestionInfo() local
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DStreamingSource.cpp41 const sp<IStreamSource> &source) in StreamingSource()
231 sp<MediaSource> source = mTSParser->getSource( in getSource() local
238 sp<AnotherPacketSource> source = getSource(audio); in getFormat() local
260 sp<AnotherPacketSource> source = getSource(audio); in dequeueAccessUnit() local
/aosp12/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
H A DMediaStoreSaver.java44 final Bitmap source = image; in insertImage() local
55 StreamWriter source, in insertImage()
114 Bitmap source, in storeThumbnail()
/aosp12/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DMediaStoreSaver.java44 final Bitmap source = image; in insertImage() local
55 StreamWriter source, in insertImage()
114 Bitmap source, in storeThumbnail()
/aosp12/frameworks/base/core/java/android/window/
H A DStartingWindowRemovalInfo.java68 private StartingWindowRemovalInfo(@NonNull Parcel source) { in StartingWindowRemovalInfo()
77 void readFromParcel(@NonNull Parcel source) { in readFromParcel()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCursorBackedSourceResult.java30 public CursorBackedSourceResult(GoogleSource source, String userQuery) { in CursorBackedSourceResult()
34 public CursorBackedSourceResult(GoogleSource source, String userQuery, Cursor cursor) { in CursorBackedSourceResult()
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG2TSAssembler.cpp49 const sp<ARTPSource> &source) { in assembleMore()
54 const sp<ARTPSource> &source) { in addPacket()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/test/simple/
H A Dcore_fullscreen_template.json16 "source": "snippets/core_image_blocks.json" string
20 "source": "snippets/core_lerp_blocks.json" string
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_object.h30 ImageSourceInfo source, in ApngImageObject()
42 ImageSourceInfo source, in ApngImageObject()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/include/
H A Dimage_packer_impl.h44 …std::tuple<int32_t, uint8_t*, int64_t> CommonPacking(T& source, const PackOption& option, uint64_t… in CommonPacking()
89 uint32_t CommonPackToFile(T& source, int fd, const PackOption& option) in CommonPackToFile()
/aosp12/frameworks/base/core/java/com/android/ims/internal/uce/presence/
H A DPresCapInfo.java101 private PresCapInfo(Parcel source) { in PresCapInfo()
106 public void readFromParcel(Parcel source) { in readFromParcel()
H A DPresSubscriptionState.java69 private PresSubscriptionState(Parcel source) { in PresSubscriptionState()
74 public void readFromParcel(Parcel source) { in readFromParcel()
/aosp12/packages/apps/Contacts/src/com/android/contacts/logging/
H A DSearchState.java67 protected SearchState(Parcel source) { in SearchState()
100 private void readFromParcel(Parcel source) { in readFromParcel()
/ohos5.0/base/powermgr/power_manager/utils/vibrator/src/
H A Dpower_vibrator.cpp41 for (auto source : sources) { in LoadConfig() local
49 VibratorSource source; in StartVibrator() local
/aosp12/frameworks/base/core/java/android/text/
H A DStaticLayout.java88 public static Builder obtain(@NonNull CharSequence source, @IntRange(from = 0) int start, in obtain()
137 public Builder setText(CharSequence source) { in setText()
154 public Builder setText(@NonNull CharSequence source, int start, int end) { in setText()
451 public StaticLayout(CharSequence source, TextPaint paint, in StaticLayout()
463 public StaticLayout(CharSequence source, int bufstart, int bufend, in StaticLayout()
476 public StaticLayout(CharSequence source, int bufstart, int bufend, in StaticLayout()
493 public StaticLayout(CharSequence source, int bufstart, int bufend, in StaticLayout()
595 final CharSequence source = b.mText; in generate() local
/aosp12/frameworks/base/core/java/com/android/ims/internal/uce/options/
H A DOptionsCapInfo.java86 private OptionsCapInfo(Parcel source) { in OptionsCapInfo()
90 public void readFromParcel(Parcel source) { in readFromParcel()
/aosp12/frameworks/base/media/java/android/media/audiofx/
H A DSourceDefaultEffect.java64 public SourceDefaultEffect(UUID type, UUID uuid, int priority, int source) { in SourceDefaultEffect()
113 int source, in native_setup()
/aosp12/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.cpp319 void HWCLayer::SetRect(const hwc_rect_t &source, LayerRect *target) { in SetRect()
326 void HWCLayer::SetRect(const hwc_frect_t &source, LayerRect *target) { in SetRect()
334 uint32_t HWCLayer::GetUint32Color(const hwc_color_t &source) { in GetUint32Color()
344 LayerBufferFormat HWCLayer::GetSDMFormat(const int32_t &source, const int flags) { in GetSDMFormat()
557 DisplayError HWCLayer::SetCSC(ColorSpace_t source, LayerCSC *target) { in SetCSC()
576 DisplayError HWCLayer::SetIGC(IGC_t source, LayerIGC *target) { in SetIGC()
/aosp12/frameworks/av/media/extractors/aac/
H A DAACExtractor.cpp94 static size_t getAdtsFrameLength(DataSourceHelper *source, off64_t offset, size_t* headerSize) { in getAdtsFrameLength()
135 DataSourceHelper *source, off64_t offset) in AACExtractor()
228 DataSourceHelper *source, in AACSource()
343 CDataSource *source, in CreateExtractor()
350 CDataSource *source, float *confidence, void **meta, in Sniff()
/aosp12/frameworks/av/media/extractors/amr/
H A DAMRExtractor.cpp101 static media_status_t getFrameSizeByOffset(DataSourceHelper *source, in getFrameSizeByOffset()
121 DataSourceHelper *source, bool *isWide, float *confidence) { in SniffAMR()
147 AMRExtractor::AMRExtractor(DataSourceHelper *source) in AMRExtractor()
237 DataSourceHelper *source, AMediaFormat *meta, in AMRSource()
406 void *) -> CMediaExtractor* { in GETEXTRACTORDEF()

12345678910>>...77