Home
last modified time | relevance | path

Searched refs:NO_VALUE (Results 1 – 25 of 51) sorted by relevance

123

/packages/apps/TV/tuner/src/com/google/android/exoplayer/
DMediaFormatUtil.java57 MimeTypes.AUDIO_RAW.equals(mimeType) ? C.ENCODING_PCM_16BIT : MediaFormat.NO_VALUE; in createMediaFormat()
62 MediaFormat.NO_VALUE, in createMediaFormat()
68 MediaFormat.NO_VALUE, in createMediaFormat()
75 MediaFormat.NO_VALUE, in createMediaFormat()
76 MediaFormat.NO_VALUE, in createMediaFormat()
81 MediaFormat.NO_VALUE, in createMediaFormat()
94 return format.containsKey(key) ? format.getInteger(key) : MediaFormat.NO_VALUE; in getOptionalIntegerV16()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/
DFileSampleExtractor.java165 MimeTypes.AUDIO_RAW.equals(mimeType) ? C.ENCODING_PCM_16BIT : Format.NO_VALUE; in createFormat()
171 Format.NO_VALUE, in createFormat()
185 Format.NO_VALUE, in createFormat()
189 Format.NO_VALUE, in createFormat()
192 Format.NO_VALUE, in createFormat()
199 Format.NO_VALUE, in createFormat()
202 Format.NO_VALUE, in createFormat()
217 return mediaFormat.containsKey(key) ? mediaFormat.getInteger(key) : Format.NO_VALUE; in getOptionalIntegerV16()
DMpegTsPlayerV2.java174 readServiceNumber == Format.NO_VALUE ? 1 : readServiceNumber; in setCaptionServiceNumber()
347 serviceNumber == Format.NO_VALUE ? 1 : serviceNumber); in onTracksChanged()
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_1/
Dsqueeze_omitted.example.cpp31 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model()
88 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_all_inputs_as_internal()
179 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_relaxed()
236 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_relaxed_all_inputs_as_internal()
327 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_quant8()
384 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_quant8_all_inputs_as_internal()
Dsqueeze_b155238914.example.cpp31 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model()
88 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_all_inputs_as_internal()
/packages/modules/NeuralNetworks/runtime/test/fuzzing/
DRandomGraphGenerator.cpp192 operand->type != RandomOperandType::NO_VALUE; in generateValue()
245 case RandomOperandType::NO_VALUE: in convertToTestOperandLifeTime()
246 return TestOperandLifeTime::NO_VALUE; in convertToTestOperandLifeTime()
280 case TestOperandLifeTime::NO_VALUE: in createTestModel()
DRandomGraphGenerator.h38 enum class RandomOperandType { INPUT = 0, OUTPUT = 1, INTERNAL = 2, CONST = 3, NO_VALUE = 4 }; enumerator
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DDvrStorageManager.java54 private static final int NO_VALUE = -1; field in DvrStorageManager
91 if (val != NO_VALUE) { in readFormatInt()
107 if (val != NO_VALUE) { in readFormatFloat()
269 out.writeInt(NO_VALUE); in writeFormatInt()
287 out.writeFloat(NO_VALUE); in writeFormatFloat()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DDvrStorageManager.java54 private static final int NO_VALUE = -1; field in DvrStorageManager
91 if (val != NO_VALUE) { in readFormatInt()
107 if (val != NO_VALUE) { in readFormatFloat()
269 out.writeInt(NO_VALUE); in writeFormatInt()
287 out.writeFloat(NO_VALUE); in writeFormatFloat()
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_3/
Dif_no_value.example.cpp21 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model()
206 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_relaxed()
391 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_float16()
576 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_int32()
761 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_quant8()
946 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_quant8_signed()
Dsqueeze_quant8_signed.example.cpp327 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_omitted()
384 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_omitted_all_inputs_as_internal()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/corpus/
Dseed05781 lifetime: NO_VALUE
114 lifetime: NO_VALUE
Dseed20262 lifetime: NO_VALUE
Dseed23830 lifetime: NO_VALUE
Dseed44794 lifetime: NO_VALUE
Dseed48194 lifetime: NO_VALUE
Dseed406163 lifetime: NO_VALUE
Dseed31742 lifetime: NO_VALUE
Dseed227266 lifetime: NO_VALUE
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/
DTestUtils.cpp56 case TestOperandLifeTime::NO_VALUE: in createOperand()
156 requestArgument = {.lifetime = Request::Argument::LifeTime::NO_VALUE}; in createRequest()
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DStaticAssert.cpp180 static_assert(static_cast<TestOperandLifeTime>(NO_VALUE) == TestOperandLifeTime::NO_VALUE);
DFuzzTest.cpp58 case TestOperandLifeTime::NO_VALUE: in CreateModel()
/packages/modules/NeuralNetworks/common/include/nnapi/
DTypes.h467 NO_VALUE = 5, enumerator
857 NO_VALUE = 1, enumerator
/packages/modules/NeuralNetworks/runtime/test/generated/spec_V1_2/
Dsqueeze_float16.example.cpp327 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_omitted()
384 .lifetime = TestOperandLifeTime::NO_VALUE, in get_test_model_omitted_all_inputs_as_internal()
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp249 return getInputInfo(index)->lifetime == Operand::LifeTime::NO_VALUE; in isOmittedInput()
253 return getOutputInfo(index)->lifetime == Operand::LifeTime::NO_VALUE; in isOmittedOutput()
657 case Operand::LifeTime::NO_VALUE: in initializeRunTimeInfo()
684 case Request::Argument::LifeTime::NO_VALUE: { in updateForArguments()
685 to.lifetime = Operand::LifeTime::NO_VALUE; in updateForArguments()
761 if (operands[indexes[i]].lifetime == Operand::LifeTime::NO_VALUE) { in executeOperation()

123