Searched refs:LINEAR (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsMiscellaneousTests.cpp | 320 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/ |
D | SimpleC2Interface.cpp | 83 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/ |
D | C2Config.cpp | 225 { "linear", C2BufferData::LINEAR },
|
D | C2AllocatorIon.cpp | 423 Traits traits = { "android.allocator.ion", id, LINEAR, minUsage, maxUsage }; in C2AllocatorIon() 457 mTraits->name, mTraits->id, LINEAR, in setUsageMapper()
|
D | C2Buffer.cpp | 1142 : mType(blocks.size() == 1 ? LINEAR : LINEAR_CHUNKS), in Impl()
|
/hardware/interfaces/renderscript/1.0/ |
D | types.hal | 153 LINEAR,
|
/hardware/google/av/codec2/include/ |
D | C2Buffer.h | 577 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;
|
D | C2Config.h | 954 constexpr C2BufferData::type_t C2FormatAudio = C2BufferData::LINEAR; // deprecated 955 constexpr C2BufferData::type_t C2FormatCompressed = C2BufferData::LINEAR; // deprecated
|
/hardware/google/av/media/sfplugin/ |
D | Codec2Buffer.cpp | 47 if (buffer->data().type() != C2BufferData::LINEAR) { in canCopyLinear() 174 || buffer->data().type() != C2BufferData::LINEAR in Allocate()
|
D | CCodecBufferChannel.cpp | 1163 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/ |
D | types.hal | 243 LINEAR, // Linear transfer characteristics
|
/hardware/google/av/codec2/hidl/1.0/utils/ |
D | types.cpp | 1049 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/ |
D | C2BufferTest.cpp | 627 EXPECT_EQ(C2BufferData::LINEAR, data->type()); in TEST_F()
|