• Home
  • Raw
  • Download

Lines Matching refs:findInt32

133         CHECK(response->findInt32("err", &err));  in setVideoSurface()
145 CHECK(msg->findInt32("callbackID", &cbID)); in onMessageReceived()
158 CHECK(msg->findInt32("index", &index)); in onMessageReceived()
172 CHECK(msg->findInt32("index", &index)); in onMessageReceived()
176 CHECK(msg->findInt32("flags", &flags)); in onMessageReceived()
194 CHECK(msg->findInt32("err", &err)); in onMessageReceived()
224 if (msg->findInt32("err", &err) && err != OK) { in onMessageReceived()
306 if (format->findInt32("secure", &secure) && secure != 0) { in onConfigure()
370 if (mOutputFormat->findInt32("width", &width) in onConfigure()
371 && mOutputFormat->findInt32("height", &height)) { in onConfigure()
405 if (params->findInt32("temporal-layer-count", &numVideoTemporalLayerTotal) in onSetParameters()
611 CHECK(response->findInt32("status", &status)); in releaseCrypto()
800 if (format->findInt32("width", &width) in handleOutputFormatChange()
801 && format->findInt32("height", &height)) { in handleOutputFormatChange()
861 CHECK(msg->findInt32("generation", &generation)); in isStaleReply()
876 CHECK(accessUnit->meta()->findInt32("discontinuity", &type)); in fetchInputData()
941 bool haveLayerId = accessUnit->meta()->findInt32("temporal-layer-id", &layerId); in fetchInputData()
1006 CHECK(msg->findInt32("err", &streamErr) || !hasBuffer); in onInputBufferFetched()
1049 if (buffer->meta()->findInt32("eos", &eos) && eos) { in onInputBufferFetched()
1051 } else if (buffer->meta()->findInt32("csd", &csd) && csd) { in onInputBufferFetched()
1158 } else if (msg->findInt32("render", &render) && render) { in onRenderBuffer()
1163 if (!msg->findInt32("eos", &eos) || !eos || in onRenderBuffer()
1174 if (msg->findInt32("eos", &eos) && eos in onRenderBuffer()
1226 if (!mInputFormat->findInt32(keys[i], &oldVal) || in supportsSeamlessAudioFormatChange()
1227 !targetFormat->findInt32(keys[i], &newVal) || in supportsSeamlessAudioFormatChange()
1268 mInputFormat->findInt32("adaptive-playback", &isAdaptive) && in supportsSeamlessFormatChange()