| /foundation/multimedia/media_foundation/tests/unittest/avbuffer/ |
| H A D | avbuffer_framework_unit_test.cpp | 196 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 D | image_native_test.cpp | 149 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 D | buffer_source_stream_test.cpp | 62 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 D | dump_buffer.cpp | 49 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 D | media_synchronous_sink.cpp | 52 ErrorCode MediaSynchronousSink::WriteToPluginRefTimeSync(const AVBufferPtr& buffer) in WriteToPluginRefTimeSync() argument
|
| /foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
| H A D | audio_buffer_cache.cpp | 39 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 D | demuxer_inner_buffer_mock.cpp | 63 std::shared_ptr<AVBuffer> buffer = AVBuffer::CreateAVBuffer( in ReadSample() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/ |
| H A D | file_packer_stream.cpp | 86 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 D | image_source_filter.cpp | 48 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 D | TestEffectMemoryManager.cpp | 55 free(buffer); variable 59 void *buffer = nullptr; member in OHOS::Media::Effect::Test::TestEffectMemoryManager
|
| H A D | TestPort.cpp | 46 std::shared_ptr<EffectBuffer> buffer = nullptr; in HWTEST_F() local
|
| /foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/ |
| H A D | video_encoder_sample.cpp | 95 OHNativeWindowBuffer *buffer = nullptr; in SurfaceInputThread() local [all...] |
| /foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/decoder/ |
| H A D | video_decoder_sample.cpp | 144 OHOS::sptr<OHOS::SurfaceBuffer> buffer; in OnBufferAvailable() local
|
| /foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionservicestub_fuzzer/ |
| H A D | avsession_servicestub_fuzzer.cpp | 78 unsigned char *buffer = new unsigned char[255]; in FuzzTests() local
|
| /foundation/multimedia/camera_framework/services/camera_service/src/moving_photo/ |
| H A D | moving_photo_surface_wrapper.cpp | 105 sptr<SurfaceBuffer> buffer; in OnBufferArrival() local 146 RecycleBuffer(sptr<SurfaceBuffer> buffer) RecycleBuffer() argument [all...] |
| /foundation/multimedia/av_codec/test/unittest/filter_test/ |
| H A D | audio_data_source_filter_unit_test.cpp | 155 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 D | surface_encoder_adapter_unit_test.cpp | 433 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 D | codec_callback.cpp | 73 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 D | frame_record.cpp | 64 sptr<SurfaceBuffer> buffer = nullptr; in ReleaseMetaBuffer() local
|
| /foundation/multimedia/image_effect/frameworks/native/effect/pipeline/core/ |
| H A D | port.cpp | 76 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 D | http.cpp | 21 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 D | resp_common_data.cpp | 44 int RespCommonData::Parser(const vector<uint8_t> &buffer, int32_t readSize) in Parser() argument
|
| H A D | set_object_prop_value_data.cpp | 35 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 D | header_data.cpp | 38 int HeaderData::Parser(vector<uint8_t> &buffer, uint32_t readSize) in Parser() argument [all...] |
| H A D | mtp_driver.cpp | 108 void MtpDriver::Write(std::vector<uint8_t> &buffer, uint32_t &bufferSize) in Write() argument
|