Home
last modified time | relevance | path

Searched refs:copyBuffer (Results 1 – 19 of 19) sorted by relevance

/frameworks/native/libs/renderengine/benchmark/
DRenderEngineBench.cpp98 static std::shared_ptr<ExternalTexture> copyBuffer(RenderEngine& re, in copyBuffer() function
165 outputBuffer = copyBuffer(re, outputBuffer, GRALLOC_USAGE_SW_READ_OFTEN, "to_encode"); in benchDrawLayers()
195 srcBuffer = copyBuffer(*re, srcBuffer, 0, "source"); in BM_blur()
/frameworks/native/cmds/rawbu/
Dbackup.cpp40 static char copyBuffer[8192]; variable
203 int amt = size > (off_t)sizeof(copyBuffer) ? sizeof(copyBuffer) : (int)size; in copy_file()
204 int readLen = fread(copyBuffer, 1, amt, src); in copy_file()
215 int writeLen = fwrite(copyBuffer, 1, readLen, dest); in copy_file()
/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/
DComponentStore.h99 virtual ::ndk::ScopedAStatus copyBuffer(
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/
DComponentStore.h100 virtual Return<Status> copyBuffer(
/frameworks/av/media/codec2/hal/hidl/1.1/utils/include/codec2/hidl/1.1/
DComponentStore.h101 virtual Return<Status> copyBuffer(
/frameworks/av/media/codec2/hal/hidl/1.2/utils/include/codec2/hidl/1.2/
DComponentStore.h101 virtual Return<Status> copyBuffer(
/frameworks/av/media/module/codecserviceregistrant/fuzzer/
DcodecServiceRegistrant_fuzzer.cpp163 mH2C2->copyBuffer(src, dst); in invokeH2C2ComponentStore()
/frameworks/av/media/codec2/hal/services/
Dvendor.cpp86 virtual c2_status_t copyBuffer( in copyBuffer() function in StoreImpl
/frameworks/av/media/codec2/core/include/
DC2Component.h844 virtual c2_status_t copyBuffer(
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/
Dclient.h224 c2_status_t copyBuffer(
/frameworks/av/media/codec2/hal/aidl/
DComponentStore.cpp402 ScopedAStatus ComponentStore::copyBuffer(const Buffer& src, const Buffer& dst) { in copyBuffer() function in aidl::android::hardware::media::c2::utils::ComponentStore
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DComponentStore.cpp385 Return<Status> ComponentStore::copyBuffer(const Buffer& src, const Buffer& dst) { in copyBuffer() function in android::hardware::media::c2::V1_0::utils::ComponentStore
/frameworks/av/media/codec2/hal/hidl/1.1/utils/
DComponentStore.cpp386 Return<Status> ComponentStore::copyBuffer(const Buffer& src, const Buffer& dst) { in copyBuffer() function in android::hardware::media::c2::V1_1::utils::ComponentStore
/frameworks/av/media/codec2/hal/hidl/1.2/utils/
DComponentStore.cpp384 Return<Status> ComponentStore::copyBuffer(const Buffer& src, const Buffer& dst) { in copyBuffer() function in android::hardware::media::c2::V1_2::utils::ComponentStore
/frameworks/av/media/codec2/vndk/
DC2Store.cpp769 virtual c2_status_t copyBuffer(
1227 c2_status_t C2PlatformComponentStore::copyBuffer( in copyBuffer() function in android::C2PlatformComponentStore
/frameworks/av/media/module/codecserviceregistrant/
DCodecServiceRegistrant.cpp219 c2_status_t copyBuffer( in copyBuffer() function in __anonac301a9d0111::H2C2ComponentStore
/frameworks/av/media/codec2/hal/plugin/samples/
DSampleFilterPlugin.cpp878 c2_status_t copyBuffer( in copyBuffer() function in android::SampleC2ComponentStore
/frameworks/av/media/codec2/hal/client/
Dclient.cpp151 virtual c2_status_t copyBuffer( in copyBuffer() function in android::__anonc4b1d3e50111::Client2Store
1444 c2_status_t Codec2Client::copyBuffer( in copyBuffer() function in android::Codec2Client
/frameworks/av/media/codec2/sfplugin/
DCCodec.cpp705 virtual c2_status_t copyBuffer( in copyBuffer() function in android::__anon1bc2986c0111::Codec2ClientInterfaceWrapper