Home
last modified time | relevance | path

Searched defs:buffer (Results 1126 - 1150 of 5931) sorted by relevance

1...<<41424344454647484950>>...238

/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_framework_unit_test.cpp196 auto buffer = OH_AVBuffer_Create(MEMSIZE); in HWTEST_F() local
208 auto buffer = OH_AVBuffer_Create(0); HWTEST_F() local
219 auto buffer = OH_AVBuffer_Create(-1); HWTEST_F() local
240 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
254 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
269 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
282 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
306 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
331 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
357 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
370 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
396 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
411 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
424 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
450 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
465 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
479 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
493 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
507 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
521 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
564 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
606 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
639 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
653 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
666 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
689 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
703 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
716 auto buffer = OH_AVBuffer_Create(MEMSIZE); HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_native_test.cpp149 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); in HWTEST_F() local
181 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); in HWTEST_F() local
202 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); in HWTEST_F() local
225 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); in HWTEST_F() local
245 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); in HWTEST_F() local
281 sptr<SurfaceBuffer> buffer = SurfaceBuffer::Create(); HWTEST_F() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/stream_test/
H A Dbuffer_source_stream_test.cpp62 const uint8_t *buffer = pixelMap->GetPixels(); in HWTEST_F() local
89 const uint8_t *buffer = nullptr; in HWTEST_F() local
116 const uint8_t *buffer = pixelMap->GetPixels(); in HWTEST_F() local
143 const uint8_t *buffer = pixelMap->GetPixels(); in HWTEST_F() local
174 const uint8_t *buffer in HWTEST_F() local
205 const uint8_t *buffer = pixelMap->GetPixels(); HWTEST_F() local
236 const uint8_t *buffer = pixelMap->GetPixels(); HWTEST_F() local
[all...]
/foundation/multimedia/media_foundation/engine/foundation/utils/
H A Ddump_buffer.cpp49 void DumpBufferToFile(const std::string& fileName, const std::shared_ptr<Plugin::Buffer>& buffer) in DumpBufferToFile() argument
99 void DumpBufferToLog(const char* desc, const std::shared_ptr<Plugin::Buffer>& buffer, uint64_t offset, size_t dumpSize) in DumpBufferToLog() argument
[all...]
/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/
H A Dmedia_synchronous_sink.cpp52 ErrorCode MediaSynchronousSink::WriteToPluginRefTimeSync(const AVBufferPtr& buffer) in WriteToPluginRefTimeSync() argument
/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Daudio_buffer_cache.cpp39 int32_t AudioBufferCache::RequestBuffer(std::shared_ptr<AudioBuffer> &buffer, int32_t size) in RequestBuffer() argument
54 int32_t AudioBufferCache::ReleaseBuffer(std::shared_ptr<AudioBuffer> &buffer) in ReleaseBuffer() argument
92 GetBufferById(std::shared_ptr<AudioBuffer> &buffer, uint64_t bufferId) GetBufferById() argument
103 SetBufferSize(std::shared_ptr<AudioBuffer> &buffer, int32_t size) SetBufferSize() argument
111 RequestCacheBuffer(std::shared_ptr<AudioBuffer> &buffer, int32_t size) RequestCacheBuffer() argument
133 AllocBuffer(std::shared_ptr<AudioBuffer> &buffer, int32_t size) AllocBuffer() argument
145 AllocAudioBuffer(std::shared_ptr<AudioBuffer> &buffer, int32_t size) AllocAudioBuffer() argument
[all...]
/foundation/multimedia/av_codec/test/unittest/demuxer_test/inner/
H A Ddemuxer_inner_buffer_mock.cpp63 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer( in ReadSample() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dfile_packer_stream.cpp86 bool FilePackerStream::Write(const uint8_t *buffer, uint32_t size) in Write() argument
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/
H A Dimage_source_filter.cpp48 ErrorCode UpdateInputBufferIfNeed(std::shared_ptr<EffectBuffer> &srcBuffer, std::shared_ptr<EffectBuffer> &buffer, in UpdateInputBufferIfNeed() argument
110 std::shared_ptr<EffectBuffer> buffer in Start() local
[all...]
/foundation/multimedia/image_effect/test/unittest/
H A DTestEffectMemoryManager.cpp55 free(buffer); variable
59 void *buffer = nullptr; member in OHOS::Media::Effect::Test::TestEffectMemoryManager
H A DTestPort.cpp46 std::shared_ptr<EffectBuffer> buffer = nullptr; in HWTEST_F() local
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/
H A Dvideo_encoder_sample.cpp95 OHNativeWindowBuffer *buffer = nullptr; in SurfaceInputThread() local
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/decoder/
H A Dvideo_decoder_sample.cpp144 OHOS::sptr<OHOS::SurfaceBuffer> buffer; in OnBufferAvailable() local
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionservicestub_fuzzer/
H A Davsession_servicestub_fuzzer.cpp78 unsigned char *buffer = new unsigned char[255]; in FuzzTests() local
/foundation/multimedia/camera_framework/services/camera_service/src/moving_photo/
H A Dmoving_photo_surface_wrapper.cpp105 sptr<SurfaceBuffer> buffer; in OnBufferArrival() local
146 RecycleBuffer(sptr<SurfaceBuffer> buffer) RecycleBuffer() argument
[all...]
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Daudio_data_source_filter_unit_test.cpp155 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(); in HWTEST_F() local
170 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(); in HWTEST_F() local
H A Dsurface_encoder_adapter_unit_test.cpp433 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(data, sizeof(data), sizeof(data)); in HWTEST_F() local
460 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(data, sizeof(data), sizeof(data)); in HWTEST_F() local
482 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(data, sizeof(data), sizeof(data)); HWTEST_F() local
509 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(data, sizeof(data), sizeof(data)); HWTEST_F() local
535 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer(data, sizeof(data), sizeof(data)); HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_codec/
H A Dcodec_callback.cpp73 void CodecCallback::OnNeedInputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in OnNeedInputBuffer() argument
82 void CodecCallback::OnNewOutputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in OnNewOutputBuffer() argument
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/common/
H A Dframe_record.cpp64 sptr<SurfaceBuffer> buffer = nullptr; in ReleaseMetaBuffer() local
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/
H A Dport.cpp76 ErrorCode InPort::PushData(const std::shared_ptr<EffectBuffer> &buffer, std::shared_ptr<EffectContext> &context) in PushData() argument
158 ErrorCode OutPort::PushData(const std::shared_ptr<EffectBuffer> &buffer, std::shared_ptr<EffectContext> &context) in PushData() argument
190 ErrorCode EmptyInPort::PushData(const std::shared_ptr<EffectBuffer> &buffer, std::shared_ptr<EffectContext> &context) in PushData() argument
218 ErrorCode EmptyOutPort::PushData(const std::shared_ptr<EffectBuffer> &buffer, std::shared_ptr<EffectContext> &context) in PushData() argument
/foundation/multimedia/drm_framework/frameworks/native/test/common/src/
H A Dhttp.cpp21 static size_t HttpCurlWriteStrData(void *buffer, size_t size, size_t nmemb, void *userp) in HttpCurlWriteStrData() argument
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dresp_common_data.cpp44 int RespCommonData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() argument
H A Dset_object_prop_value_data.cpp35 int SetObjectPropValueData::Parser(const std::vector<uint8_t> &buffer, int32_t readSize) in Parser() argument
108 bool SetObjectPropValueData::ReadIntValue(const std::vector<uint8_t> &buffer, size_t &offset, int type, in ReadIntValue() argument
140 ReadInt8Value(const std::vector<uint8_t> &buffer, size_t &offset, int type, int64_t& int64Value) ReadInt8Value() argument
163 ReadInt16Value(const std::vector<uint8_t> &buffer, size_t &offset, int type, int64_t& int64Value) ReadInt16Value() argument
186 ReadInt32Value(const std::vector<uint8_t> &buffer, size_t &offset, int type, int64_t& int64Value) ReadInt32Value() argument
209 ReadInt64Value(const std::vector<uint8_t> &buffer, size_t &offset, int type, int64_t& int64Value) ReadInt64Value() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dheader_data.cpp38 int HeaderData::Parser(vector<uint8_t> &buffer, uint32_t readSize) in Parser() argument
[all...]
H A Dmtp_driver.cpp108 void MtpDriver::Write(std::vector<uint8_t> &buffer, uint32_t &bufferSize) in Write() argument

Completed in 12 milliseconds

1...<<41424344454647484950>>...238