Home
last modified time | relevance | path

Searched defs:reader (Results 1 – 25 of 50) sorted by relevance

12

/foundation/window/window_manager/utils/test/unittest/
Dsurface_reader_test.cpp39 SurfaceReader* reader = new(std::nothrow) SurfaceReader(); variable
53 SurfaceReader* reader = new(std::nothrow) SurfaceReader(); variable
67 SurfaceReader* reader = new(std::nothrow) SurfaceReader(); variable
81 SurfaceReader* reader = new(std::nothrow) SurfaceReader(); variable
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
Ditem_movie_box.cpp32 heif_error HeifMoovBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
37 heif_error HeifMvhdBox::ParseContent(HeifStreamReader &reader) in ParseContent()
96 heif_error HeifTrakBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
101 heif_error HeifTkhdBox::ParseContent(HeifStreamReader &reader) in ParseContent()
163 heif_error HeifMdiaBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
168 heif_error HeifMdhdBox::ParseContent(HeifStreamReader &reader) in ParseContent()
207 heif_error HeifMinfBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
212 heif_error HeifVmhdBox::ParseContent(HeifStreamReader &reader) in ParseContent()
233 heif_error HeifDinfBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
238 heif_error HeifDrefBox::ParseContent(HeifStreamReader &reader) in ParseContent()
[all …]
Dbasic_box.cpp20 heif_error HeifFtypBox::ParseContent(HeifStreamReader &reader) in ParseContent()
48 heif_error HeifMetaBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
58 heif_error HeifHdlrBox::ParseContent(HeifStreamReader &reader) in ParseContent()
Ditem_property_basic_box.cpp20 heif_error HeifIspeBox::ParseContent(HeifStreamReader &reader) in ParseContent()
39 heif_error HeifPixiBox::ParseContent(HeifStreamReader &reader) in ParseContent()
66 heif_error HeifRlocBox::ParseContent(HeifStreamReader &reader) in ParseContent()
Dheif_box.cpp41 heif_error HeifBox::ParseHeader(HeifStreamReader &reader) in ParseHeader()
146 heif_error HeifBox::ParseContent(HeifStreamReader &reader) in ParseContent()
156 heif_error HeifBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
166 heif_error HeifFullBox::ParseFullHeader(HeifStreamReader &reader) in ParseFullHeader()
232 heif_error HeifBox::MakeFromReader(HeifStreamReader &reader, in MakeFromReader()
280 heif_error HeifBox::ReadChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ReadChildren()
321 heif_error HeifBox::ParseContentChildrenByReadChildren(HeifStreamReader &reader, uint32_t &recursio… in ParseContentChildrenByReadChildren()
Ditem_property_display_box.cpp27 heif_error HeifMdcvBox::ParseContent(HeifStreamReader &reader) in ParseContent()
61 heif_error HeifClliBox::ParseContent(HeifStreamReader &reader) in ParseContent()
Ditem_property_transform_box.cpp22 heif_error HeifIrotBox::ParseContent(HeifStreamReader &reader) in ParseContent()
37 heif_error HeifImirBox::ParseContent(HeifStreamReader &reader) in ParseContent()
Ditem_info_box.cpp20 heif_error HeifIinfBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
50 heif_error HeifInfeBox::ParseContent(HeifStreamReader &reader) in ParseContent()
141 heif_error HeifPtimBox::ParseContent(HeifStreamReader &reader) in ParseContent()
Ditem_property_box.cpp26 heif_error HeifIprpBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
35 heif_error HeifIpcoBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
90 heif_error HeifIpmaBox::ParseContent(HeifStreamReader &reader) in ParseContent()
Ditem_property_aux_box.cpp20 heif_error HeifAuxcBox::ParseContent(HeifStreamReader &reader) in ParseContent()
Ditem_ref_box.cpp22 void HeifIrefBox::ParseItemRef(HeifStreamReader &reader, Reference& ref) in ParseItemRef()
45 heif_error HeifIrefBox::ParseContent(HeifStreamReader &reader) in ParseContent()
Ditem_data_box.cpp27 void HeifIlocBox::ParseExtents(Item& item, HeifStreamReader &reader, int indexSize, int offsetSize,… in ParseExtents()
60 heif_error HeifIlocBox::ParseContent(HeifStreamReader &reader) in ParseContent()
365 heif_error HeifIdatBox::ParseContent(HeifStreamReader &reader) in ParseContent()
Ditem_property_color_box.cpp24 heif_error HeifColrBox::ParseContent(HeifStreamReader& reader) in ParseContent()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/
Dimage_heif_impl_fuzzer.cpp50 HeifIpmaBox *heifipmabox, HeifStreamReader &reader, HeifStreamWriter &writer) in ItemPropertyBoxTest001()
83 HeifStreamReader &reader, HeifStreamWriter &writer) in ItemPropertyBasicBoxTest001()
108 void ItemPropertyAuxBoxTest001(HeifAuxcBox *heifauxcbox, HeifStreamReader &reader, in ItemPropertyAuxBoxTest001()
125 HeifColrBox *heifcolrbox, HeifStreamReader &reader, HeifStreamWriter &writer) in ItemPropertyColorBoxTest001()
157 HeifStreamReader &reader, HeifStreamWriter &writer) in ItemPropertyDisplayBoxTest001()
179 void ItemPropertyHvccBoxTest001(HeifHvccBox *heifhvccbox, HeifStreamReader &reader, in ItemPropertyHvccBoxTest001()
200 HeifImirBox *heifimirbox, HeifStreamReader &reader, HeifStreamWriter &writer) in ItemPropertyTransformBoxTest001()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/symbol_resource/
Dsymbol_config_parser_test.cpp71 Json::Reader reader; in BuildValidLayersGroupingJson() local
95 Json::Reader reader; in BuildValidAnimationsJson() local
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
Dbuilder.rs61 pub fn reader<R: AsyncRead>(self, reader: R) -> UploaderBuilder<WantsOperator<R>> { in reader() method
99 reader: R, field
168 reader: R, field
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dheif_parser_box_test.cpp47 HeifStreamReader reader(stream, 0, 0); variable
206 HeifStreamReader reader(inputStream, 0, 0); variable
266 HeifStreamReader reader(stream, 0, 0); variable
356 HeifStreamReader reader(stream, 0, 0); variable
/foundation/filemanagement/file_api/interfaces/kits/rust/src/
Dadapter.rs90 let reader = BufReader::new(file); in reader_iterator() localVariable
98 let reader = Box::from_raw(iter as *mut BufReader<File>); in drop_reader_iterator() localVariable
106 let reader = &mut *(iter as *mut BufReader<File>); in next_line() localVariable
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
Dhencoder.cpp1074 …BinaryReader reader(static_cast<uint8_t*>(info.omxBuffer->alongParam.data()), info.omxBuffer->alon… in BeforeCbOutToUser() local
1119 void HEncoder::ExtractPerFrameLTRParam(BinaryReader &reader, shared_ptr<Media::Meta> &meta) in ExtractPerFrameLTRParam()
1127 void HEncoder::ExtractPerFrameMadParam(BinaryReader &reader, shared_ptr<Media::Meta> &meta) in ExtractPerFrameMadParam()
1136 void HEncoder::ExtractPerFrameRealBitrateParam(BinaryReader &reader, std::shared_ptr<Media::Meta> &… in ExtractPerFrameRealBitrateParam()
1143 void HEncoder::ExtractPerFrameFrameQpParam(BinaryReader &reader, std::shared_ptr<Media::Meta> &meta) in ExtractPerFrameFrameQpParam()
1150 void HEncoder::ExtractPerFrameIRitioParam(BinaryReader &reader, std::shared_ptr<Media::Meta> &meta) in ExtractPerFrameIRitioParam()
1157 void HEncoder::ExtractPerFrameAveQpParam(BinaryReader &reader, std::shared_ptr<Media::Meta> &meta) in ExtractPerFrameAveQpParam()
1164 void HEncoder::ExtractPerFrameMSEParam(BinaryReader &reader, std::shared_ptr<Media::Meta> &meta) in ExtractPerFrameMSEParam()
1171 void HEncoder::ExtractPerFrameLayerParam(BinaryReader &reader, std::shared_ptr<Media::Meta> &meta) in ExtractPerFrameLayerParam()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_blender.cpp68 SkReadBuffer reader(data->GetData(), data->GetSize()); in Deserialize() local
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/controller/strategy/
Dclone_update_strategy.cpp66 Json::CharReaderBuilder reader; in GetBundleOrAbilityName() local
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
Dinterface_manager.cpp30 int InterfaceManager::ReadInterface(InterfaceInfo::InterfaceType type, const Reader &reader) in ReadInterface()
/foundation/ability/idl_tool/idl_tool_2/
Dmain.cpp122 MetadataReader reader(metadata.get()); in ReadMetaData() local
/foundation/multimedia/camera_framework/test/fuzztest/reader_fuzzer/
Dreader_fuzzer.cpp94 auto reader = std::make_unique<ReaderFuzzer>(); in Test() local
/foundation/graphic/graphic_surface/utils/hebc_white_list/
Dhebc_white_list.cpp76 Json::Reader reader(Json::Features::all()); in ParseJson() local

12