/frameworks/av/media/tests/benchmark/src/native/common/ |
D | BenchmarkC2Common.h | 42 : C2Buffer({block->share(block->offset(), block->size(), ::C2Fence())}) {} in LinearBuffer() 45 : C2Buffer({block->share(block->offset(), size, ::C2Fence())}) {} in LinearBuffer() 51 : C2Buffer({block->share(C2Rect(block->width(), block->height()), ::C2Fence())}) {} in GraphicBuffer()
|
/frameworks/av/media/codec2/tests/vndk/ |
D | C2BufferTest.cpp | 401 C2ConstLinearBlock constBlock = block->share( in TEST_F() 545 C2ConstGraphicBlock constBlock = block->share(C2Rect(kWidth, kHeight), fence); in TEST_F() 626 …std::shared_ptr<C2BufferData> data(new BufferData({ linearBlock1->share(0, kCapacity1, C2Fence()) … in TEST_F() 633 linearBlock1->share(0, kCapacity1, C2Fence()), in TEST_F() 634 linearBlock2->share(0, kCapacity2, C2Fence()), in TEST_F() 642 data.reset(new BufferData({ graphicBlock1->share(kCrop1, C2Fence()) })); in TEST_F() 649 graphicBlock1->share(kCrop1, C2Fence()), in TEST_F() 650 graphicBlock2->share(kCrop2, C2Fence()), in TEST_F() 685 std::shared_ptr<C2Buffer> buffer(new Buffer( { block->share(0, kCapacity, C2Fence()) })); in TEST_F() 692 buffer.reset(new Buffer( { block->share(0, kCapacity, C2Fence()) })); in TEST_F() [all …]
|
/frameworks/base/media/jni/ |
D | android_media_MediaCodecLinearBlock.h | 55 return C2Buffer::CreateLinearBuffer(mBlock->share(offset, size, C2Fence{})); in toC2Buffer()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | bitfield.rscript | 21 // of unions: if a union contains several structures that share a 25 // completed type of the union is visible. Two structures share a
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/ |
D | NekoLand.java | 252 holder.share.setOnClickListener(new View.OnClickListener() { in onBindViewHolder() 329 private final View share; field in NekoLand.CatHolder 337 share = itemView.findViewById(android.R.id.shareText); in CatHolder()
|
/frameworks/compile/slang/lit-tests/padding/ |
D | bitfield.rscript | 27 // of unions: if a union contains several structures that share a 31 // completed type of the union is visible. Two structures share a
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | bitfield.rscript | 23 // of unions: if a union contains several structures that share a 27 // completed type of the union is visible. Two structures share a
|
/frameworks/av/media/codec2/sfplugin/tests/ |
D | CCodecBuffers_test.cpp | 48 std::shared_ptr<C2Buffer> c2Buffer = C2Buffer::CreateGraphicBuffer(block->share( in TEST()
|
/frameworks/base/core/java/android/widget/ |
D | LinearLayout.java | 972 final int share = (int) (childWeight * remainingExcess / remainingWeightSum); in measureVertical() local 973 remainingExcess -= share; in measureVertical() 983 childHeight = share; in measureVertical() 987 childHeight = child.getMeasuredHeight() + share; in measureVertical() 1360 final int share = (int) (childWeight * remainingExcess / remainingWeightSum); in measureHorizontal() local 1361 remainingExcess -= share; in measureHorizontal() 1371 childWidth = share; in measureHorizontal() 1375 childWidth = child.getMeasuredWidth() + share; in measureHorizontal()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 147 return C2Buffer::CreateLinearBuffer(mBlock->share(offset(), size(), C2Fence())); in asC2Buffer() 568 mBlock->share(C2Rect(width, height), C2Fence())); in asC2Buffer() 613 block->share(C2Rect(buffer->width, buffer->height), C2Fence())); in asC2Buffer() 794 return C2Buffer::CreateLinearBuffer(mBlock->share(offset(), size(), C2Fence())); in asC2Buffer()
|
D | C2OMXNode.cpp | 406 new Buffer2D(block->share( in emptyBuffer()
|
/frameworks/base/core/proto/android/ |
D | privacy.proto | 38 // still must have previously accepted a consent to share this
|
/frameworks/base/core/proto/android/net/ |
D | networkrequest.proto | 51 // request's capabilities, thus causing it to share fate in every way
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 598 return C2Buffer::CreateLinearBuffer(block->share(offset, size, ::C2Fence())); in createLinearBuffer() 608 return C2Buffer::CreateGraphicBuffer(block->share(crop, ::C2Fence())); in createGraphicBuffer()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1166 C2ConstLinearBlock share(size_t offset, size_t size, C2Fence fence); 1263 c2_status_t share(size_t size, C2Fence fence, std::vector<C2ConstLinearBlock> &blocks); 1952 C2ConstGraphicBlock share(const C2Rect &crop, C2Fence fence);
|
/frameworks/hardware/interfaces/cameraservice/device/2.0/ |
D | types.hal | 323 * The outputs will share memory buffers whenever possible. Due to buffer 340 * buffer streams simultaneously. The ICameraDevice may be able to share the buffers used
|
/frameworks/opt/net/wifi/service/proto/src/ |
D | scorecard.proto | 31 // Describes a network, consisting of a collection of access points that share
|
/frameworks/av/media/codec2/components/cmds/ |
D | codec2.cpp | 70 : C2Buffer({ block->share(block->offset(), block->size(), ::C2Fence()) }) {} in LinearBuffer()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | InputSurfaceConnection.cpp | 217 new Buffer2D(block->share( in submitBuffer()
|
D | types.cpp | 1219 *buffer = C2Buffer::CreateLinearBuffer(block->share( in createLinearBuffer() 1249 *buffer = C2Buffer::CreateGraphicBuffer(block->share( in createGraphicBuffer()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | SaveImageInBackgroundTask.java | 303 r.getString(com.android.internal.R.string.share), shareAction); in createShareAction()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 54 : C2Buffer({block->share(block->offset(), block->size(), ::C2Fence())}) {} in LinearBuffer() 57 : C2Buffer({block->share(block->offset(), size, ::C2Fence())}) {} in LinearBuffer()
|
/frameworks/base/proto/src/ |
D | system_messages.proto | 120 // Entice the use to tap to share files
|
/frameworks/av/media/codec2/vndk/ |
D | C2Buffer.cpp | 325 C2ConstLinearBlock C2LinearBlock::share(size_t offset_, size_t size_, C2Fence fence) { in share() function in C2LinearBlock 1098 C2ConstGraphicBlock C2GraphicBlock::share(const C2Rect &crop, C2Fence fence) { in share() function in C2GraphicBlock
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 47 : C2Buffer({block->share(block->offset(), block->size(), ::C2Fence())}) {} in LinearBuffer()
|