Home
last modified time | relevance | path

Searched refs:SOURCE_ERROR_EOF (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dmedia_data_source.h34 SOURCE_ERROR_EOF = -1, enumerator
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dmedia_data_source_imp.cpp80 return SOURCE_ERROR_EOF; in GetDataFromSource()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/data_source/
H A Dmedia_data_source_test_noseek.cpp97 return SOURCE_ERROR_EOF; in ReadAt()
H A Dmedia_data_source_test_seekable.cpp89 return SOURCE_ERROR_EOF; in ReadAt()
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Daudio-video-demuxer.md105 SOURCE_ERROR_EOF = -1
125 return MediaDataSourceError::SOURCE_ERROR_EOF; // pos已经是文件末尾位置,无法读取
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/std_stream_source/
H A Dstd_stream_source_plugin.cpp179 if (realLen == MediaDataSourceError::SOURCE_ERROR_EOF) { in Read()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H A Ddata_stream_source_plugin.cpp160 …FALSE_RETURN_V_MSG_W(realLen != MediaDataSourceError::SOURCE_ERROR_EOF, Status::END_OF_STREAM, "eo… in Read()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/media/
H A Dmedia_enum_napi.cpp88 { "SOURCE_ERROR_EOF", MediaDataSourceError::SOURCE_ERROR_EOF },
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Daudio-video-demuxer.md105 SOURCE_ERROR_EOF = -1
125 …return MediaDataSourceError::SOURCE_ERROR_EOF; // pos is already at the end of the file and cannot…
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp77 return MediaDataSourceError::SOURCE_ERROR_EOF; // pos已经是文件末尾位置,无法读取 in AVSourceReadAt()
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp93 return SOURCE_ERROR_EOF; in ReadData()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.cpp207 return OHOS::Media::MediaDataSourceError::SOURCE_ERROR_EOF; // pos已经是文件末尾位置,无法读取 in AVSourceReadAt()