Lines Matching refs:setInt32
268 response->setInt32("err", err); in onMessageReceived()
377 mStats->setInt32("width", width); in onConfigure()
378 mStats->setInt32("height", height); in onConfigure()
523 notify->setInt32("what", kWhatFlushCompleted); in onFlush()
558 notify->setInt32("what", kWhatShutdownCompleted); in onShutdown()
602 notify->setInt32("what", kWhatError); in handleError()
603 notify->setInt32("err", err); in handleError()
637 response->setInt32("status", status); in onReleaseCrypto()
764 reply->setInt32("generation", mBufferGeneration); in handleAnOutputBuffer()
770 buffer->meta()->setInt32("eos", true); in handleAnOutputBuffer()
771 reply->setInt32("eos", true); in handleAnOutputBuffer()
814 mStats->setInt32("width", width); in handleOutputFormatChange()
815 mStats->setInt32("height", height); in handleOutputFormatChange()
818 notify->setInt32("what", kWhatVideoSizeChanged); in handleOutputFormatChange()
834 reply->setInt32("generation", mBufferGeneration); in handleOutputFormatChange()
866 reply->setInt32("generation", mBufferGeneration); in requestCodecNotification()
933 reply->setInt32("err", err); in fetchInputData()
1071 codecBuffer->meta()->setInt32("cvo", MediaCodec::CVO_DEGREE_0); in onInputBufferFetched()
1074 codecBuffer->meta()->setInt32("cvo", MediaCodec::CVO_DEGREE_90); in onInputBufferFetched()
1077 codecBuffer->meta()->setInt32("cvo", MediaCodec::CVO_DEGREE_180); in onInputBufferFetched()
1080 codecBuffer->meta()->setInt32("cvo", MediaCodec::CVO_DEGREE_270); in onInputBufferFetched()
1232 msg->setInt32("what", kWhatInputDiscontinuity); in finishHandleDiscontinuity()
1233 msg->setInt32("formatChange", mFormatChangePending); in finishHandleDiscontinuity()
1327 notify->setInt32("what", kWhatResumeCompleted); in notifyResumeCompleteIfNecessary()