Lines Matching refs:findInt32
134 CHECK(response->findInt32("err", &err)); in setVideoSurface()
146 CHECK(msg->findInt32("callbackID", &cbID)); in onMessageReceived()
159 CHECK(msg->findInt32("index", &index)); in onMessageReceived()
173 CHECK(msg->findInt32("index", &index)); in onMessageReceived()
177 CHECK(msg->findInt32("flags", &flags)); in onMessageReceived()
195 CHECK(msg->findInt32("err", &err)); in onMessageReceived()
225 if (msg->findInt32("err", &err) && err != OK) { in onMessageReceived()
307 if (format->findInt32("secure", &secure) && secure != 0) { in onConfigure()
374 if (mOutputFormat->findInt32("width", &width) in onConfigure()
375 && mOutputFormat->findInt32("height", &height)) { in onConfigure()
410 if (params->findInt32("temporal-layer-count", &numVideoTemporalLayerTotal) in onSetParameters()
616 CHECK(response->findInt32("status", &status)); in releaseCrypto()
811 if (format->findInt32("width", &width) in handleOutputFormatChange()
812 && format->findInt32("height", &height)) { in handleOutputFormatChange()
873 CHECK(msg->findInt32("generation", &generation)); in isStaleReply()
888 CHECK(accessUnit->meta()->findInt32("discontinuity", &type)); in fetchInputData()
953 bool haveLayerId = accessUnit->meta()->findInt32("temporal-layer-id", &layerId); in fetchInputData()
1018 CHECK(msg->findInt32("err", &streamErr) || !hasBuffer); in onInputBufferFetched()
1061 if (buffer->meta()->findInt32("eos", &eos) && eos) { in onInputBufferFetched()
1063 } else if (buffer->meta()->findInt32("csd", &csd) && csd) { in onInputBufferFetched()
1067 if (buffer->meta()->findInt32("cvo", (int32_t*)&cvo)) { in onInputBufferFetched()
1188 } else if (msg->findInt32("render", &render) && render) { in onRenderBuffer()
1193 if (!msg->findInt32("eos", &eos) || !eos || in onRenderBuffer()
1204 if (msg->findInt32("eos", &eos) && eos in onRenderBuffer()
1256 if (!mInputFormat->findInt32(keys[i], &oldVal) || in supportsSeamlessAudioFormatChange()
1257 !targetFormat->findInt32(keys[i], &newVal) || in supportsSeamlessAudioFormatChange()
1298 mInputFormat->findInt32("adaptive-playback", &isAdaptive) && in supportsSeamlessFormatChange()