HomeSort by relevance Sort by last modified time
    Searched refs:mRunConfig (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/media/libmediandkjni/
native_media_encoder_jni.cpp 73 std::unique_ptr<RunConfig> mRunConfig;
82 mRunConfig = nullptr;
88 mRunConfig = nullptr;
113 mRunConfig = std::move(runConfig);
115 AMediaFormat *config = mRunConfig->format();
166 const char *s = AMediaFormat_toString(mRunConfig->format());
171 int32_t inputFrames = mRunConfig->frameCount();
180 if (Validator::checkOverallBitrate(mStats, *mRunConfig) != OK) {
184 if (Validator::checkIntraPeriod(mStats, *mRunConfig) != OK) {
188 if (Validator::checkDynamicKeyFrames(mStats, *mRunConfig) != OK)
    [all...]
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java 279 private BatchRunConfiguration mRunConfig;
299 mRunConfig = runConfig;
401 result.errorMessages.put(mRunConfig, SKIPPED_INSTANCE_LOG_MESSAGE);
402 result.remainingConfigs.remove(mRunConfig);
418 result.errorMessages.put(mRunConfig, errorMessage);
419 result.remainingConfigs.remove(mRunConfig);
455 mPendingResults.get(mCurrentTestId).remainingConfigs.remove(mRunConfig);
470 result.errorMessages.put(mRunConfig, INCOMPLETE_LOG_MESSAGE);
474 result.testLogs.put(mRunConfig, mCurrentTestLog);
513 .errorMessages.put(mRunConfig, code + ": " + details)
    [all...]

Completed in 1599 milliseconds