Home
last modified time | relevance | path

Searched refs:LINEAR (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsMiscellaneousTests.cpp320 Sampler sampler = context->samplerCreate(SamplerValue::LINEAR, SamplerValue::LINEAR, in TEST_P()
321 SamplerValue::LINEAR, SamplerValue::LINEAR, in TEST_P()
322 SamplerValue::LINEAR, 8.0f); in TEST_P()
/hardware/google/av/media/codecs/base/
DSimpleC2Interface.cpp83 C2BufferData::type_t rawBufferType = C2BufferData::LINEAR; in BaseParams()
87 C2BufferData::type_t codedBufferType = C2BufferData::LINEAR; in BaseParams()
101 rawBufferType = C2BufferData::LINEAR; in BaseParams()
/hardware/google/av/codec2/vndk/
DC2Config.cpp225 { "linear", C2BufferData::LINEAR },
DC2AllocatorIon.cpp423 Traits traits = { "android.allocator.ion", id, LINEAR, minUsage, maxUsage }; in C2AllocatorIon()
457 mTraits->name, mTraits->id, LINEAR, in setUsageMapper()
DC2Buffer.cpp1142 : mType(blocks.size() == 1 ? LINEAR : LINEAR_CHUNKS), in Impl()
/hardware/interfaces/renderscript/1.0/
Dtypes.hal153 LINEAR,
/hardware/google/av/codec2/include/
DC2Buffer.h577 LINEAR = 1 << 0, // enumerator
1989 LINEAR, ///< the buffer contains a single linear block enumerator
2047 return mType == LINEAR ? std::shared_ptr::reinterpret_cast<C2LinearBuffer>(this) : nullptr;
DC2Config.h954 constexpr C2BufferData::type_t C2FormatAudio = C2BufferData::LINEAR; // deprecated
955 constexpr C2BufferData::type_t C2FormatCompressed = C2BufferData::LINEAR; // deprecated
/hardware/google/av/media/sfplugin/
DCodec2Buffer.cpp47 if (buffer->data().type() != C2BufferData::LINEAR) { in canCopyLinear()
174 || buffer->data().type() != C2BufferData::LINEAR in Allocate()
DCCodecBufferChannel.cpp1163 case C2BufferData::LINEAR: { in realloc()
1287 if (buffer->data().type() != C2BufferData::LINEAR) { in wrap()
2345 if (oStreamFormat.value == C2BufferData::LINEAR in start()
2450 } else if (oStreamFormat.value == C2BufferData::LINEAR && i == 0 in requestInitialInputBuffers()
/hardware/interfaces/media/omx/1.0/
Dtypes.hal243 LINEAR, // Linear transfer characteristics
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp1049 LINEAR, enumerator
1164 case C2BaseBlock::LINEAR: in objcpy()
1258 d->type = C2BaseBlock::LINEAR; in objcpy()
1300 d->type = C2BaseBlock::LINEAR; in objcpy()
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp627 EXPECT_EQ(C2BufferData::LINEAR, data->type()); in TEST_F()