OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bufferGroup
(Results
1 - 11
of
11
) sorted by null
/frameworks/av/media/libstagefright/
MediaTrack.cpp
65
bufferGroup
= nullptr;
78
delete
bufferGroup
;
82
if (
bufferGroup
== nullptr) {
83
bufferGroup
= new MediaBufferGroup();
85
return reverse_translate_error(wrapper->start(wrapper->data,
bufferGroup
->wrap()));
/frameworks/av/include/media/
MediaTrack.h
160
MediaBufferGroup *
bufferGroup
;
MediaExtractorPluginApi.h
78
media_status_t (*start)(void *data, CMediaBufferGroup *
bufferGroup
);
MediaExtractorPluginHelper.h
89
ALOGV("
buffergroup
%p map has %zu entries", this, mBufferHelpers.size());
182
wrapper->start = [](void *data, CMediaBufferGroup *
bufferGroup
) -> media_status_t {
187
((MediaTrackHelper*)data)->mBufferGroup = new MediaBufferGroupHelper(
bufferGroup
);
/external/deqp/modules/gles2/stress/
es2sLongRunningTests.cpp
109
TestCaseGroup* const
bufferGroup
= new TestCaseGroup(m_context, "buffer", "Buffer stress tests");
110
addChild(
bufferGroup
);
118
bufferGroup
->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
/external/deqp/modules/gles3/stress/
es3sLongRunningTests.cpp
109
TestCaseGroup* const
bufferGroup
= new TestCaseGroup(m_context, "buffer", "Buffer stress tests");
110
addChild(
bufferGroup
);
118
bufferGroup
->addChild(new gls::LongStressCase(m_context.getTestContext(), m_context.getRenderContext(),
/external/deqp/modules/gles2/functional/
es2fDrawTests.cpp
332
tcu::TestCaseGroup*
bufferGroup
= new tcu::TestCaseGroup(m_testCtx, "buffer", "buffer");
338
this->addChild(
bufferGroup
);
345
: ((indexTest.aligned) ? (
bufferGroup
) : (DE_NULL));
/external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryRequirementsTests.cpp
255
de::MovePtr<tcu::TestCaseGroup>
bufferGroup
(new tcu::TestCaseGroup(group->getTestContext(), "buffer", ""));
258
addFunctionTestCase(
bufferGroup
.get(), bufferCases[ndx].name, "", bufferCases[ndx].flags);
260
group->addChild(
bufferGroup
.release());
[
all
...]
/external/deqp/modules/gles3/functional/
es3fDrawTests.cpp
433
tcu::TestCaseGroup*
bufferGroup
= new tcu::TestCaseGroup(m_testCtx, "buffer", "buffer");
439
this->addChild(
bufferGroup
);
446
: ((indexTest.aligned) ? (
bufferGroup
) : (DE_NULL));
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiExternalMemoryTests.cpp
[
all
...]
/external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp
[
all
...]
Completed in 779 milliseconds