Searched refs:setInt32 (Results 1 - 25 of 103) sorted by relevance

12345

/frameworks/av/media/libstagefright/
H A DUtils.cpp105 msg->setInt32(name, value);
135 msg->setInt32("color-range", rangeMsg);
138 msg->setInt32("color-standard", standardMsg);
141 msg->setInt32("color-transfer", transferMsg);
194 format->setInt32("profile", profile);
240 format->setInt32("profile", codecProfile);
246 format->setInt32("level", codecLevel);
286 format->setInt32("profile", codecProfile);
288 format->setInt32("level", codecLevel);
354 format->setInt32("profil
[all...]
H A DMediaCodec.cpp240 notify->setInt32("what", kWhatFillThisBuffer);
249 notify->setInt32("what", kWhatDrainThisBuffer);
289 notify->setInt32("what", kWhatEOS);
290 notify->setInt32("err", err);
296 notify->setInt32("what", kWhatStartCompleted);
302 notify->setInt32("what", kWhatStopCompleted);
308 notify->setInt32("what", kWhatReleaseCompleted);
314 notify->setInt32("what", kWhatFlushCompleted);
320 notify->setInt32("what", kWhatError);
321 notify->setInt32("er
[all...]
H A DACodecBufferChannel.cpp97 msg->setInt32("buffer-id", it->mBufferId);
194 it->mCodecBuffer->meta()->setInt32("eos", eos);
198 it->mCodecBuffer->meta()->setInt32("csd", csd);
204 msg->setInt32("buffer-id", it->mBufferId);
221 msg->setInt32("buffer-id", it->mBufferId);
222 msg->setInt32("render", true);
244 msg->setInt32("buffer-id", it->mBufferId);
245 msg->setInt32("discarded", true);
376 it->mClientBuffer->meta()->setInt32("flags", flags);
H A DJPEGSource.cpp103 meta->setInt32(kKeyWidth, mWidth);
104 meta->setInt32(kKeyHeight, mHeight);
105 meta->setInt32(kKeyMaxInputSize, mSize);
H A DMediaMuxer.cpp101 mFileMeta->setInt32(kKeyRotation, degrees);
124 mFileMeta->setInt32(kKeyRealTimeRecording, false);
179 sampleMetaData->setInt32(kKeyIsSyncFrame, true);
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp75 meta->setInt32(kKeyWidth, mWidth);
76 meta->setInt32(kKeyHeight, mHeight);
77 meta->setInt32(kKeyColorFormat, mColorFormat);
287 enc_meta->setInt32("width", width);
288 enc_meta->setInt32("height", height);
289 enc_meta->setInt32("frame-rate", frameRateFps);
290 enc_meta->setInt32("bitrate", bitRateBps);
291 enc_meta->setInt32("stride", width);
292 enc_meta->setInt32("slice-height", height);
293 enc_meta->setInt32("
[all...]
H A DSineSource.cpp53 meta->setInt32(kKeyChannelCount, mNumChannels);
54 meta->setInt32(kKeySampleRate, mSampleRate);
55 meta->setInt32(kKeyMaxInputSize, kBufferSize);
56 meta->setInt32(kKeyPcmEncoding, kAudioEncodingPcm16bit);
H A Drecord.cpp62 meta->setInt32(kKeyWidth, mWidth);
63 meta->setInt32(kKeyHeight, mHeight);
64 meta->setInt32(kKeyColorFormat, mColorFormat);
213 enc_meta->setInt32("width", width);
214 enc_meta->setInt32("height", height);
215 enc_meta->setInt32("sample-rate", kFramerate);
216 enc_meta->setInt32("bitrate", kVideoBitRate);
217 // enc_meta->setInt32("stride", width);
218 // enc_meta->setInt32("slice-height", height);
219 enc_meta->setInt32("
[all...]
H A Daudioloop.cpp103 meta->setInt32("channel-count", channels);
104 meta->setInt32("sample-rate", kSampleRate);
105 meta->setInt32("bitrate", kBitRate);
108 meta->setInt32("max-input-size", maxInputSize);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp170 mOutputFormat->setInt32("bitrate", audioBitrate);
172 mOutputFormat->setInt32("bitrate", videoBitrate);
173 mOutputFormat->setInt32("bitrate-mode", OMX_Video_ControlRateConstant);
174 mOutputFormat->setInt32("frame-rate", 30);
175 mOutputFormat->setInt32("i-frame-interval", 15); // Iframes every 15 secs
178 mOutputFormat->setInt32("intra-refresh-mode", OMX_VIDEO_IntraRefreshCyclic);
192 mOutputFormat->setInt32("intra-refresh-CIR-mbs", mbs);
203 tmp->setInt32("prepend-sps-pps-to-idr-frames", 1);
274 notify->setInt32("what", kWhatError);
275 notify->setInt32("er
[all...]
H A DMediaPuller.cpp106 response->setInt32("err", err);
162 notify->setInt32("what", kWhatEOS);
187 notify->setInt32("what", kWhatAccessUnit);
219 msg->setInt32("generation", mPullGeneration);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp143 mAnalyticsItem->setInt32(kRecorderHeight, mVideoHeight);
144 mAnalyticsItem->setInt32(kRecorderWidth, mVideoWidth);
145 mAnalyticsItem->setInt32(kRecorderFrameRate, mFrameRate);
146 mAnalyticsItem->setInt32(kRecorderVideoBitrate, mVideoBitRate);
147 mAnalyticsItem->setInt32(kRecorderAudioSampleRate, mSampleRate);
148 mAnalyticsItem->setInt32(kRecorderAudioChannels, mAudioChannels);
149 mAnalyticsItem->setInt32(kRecorderAudioBitrate, mAudioBitRate);
151 mAnalyticsItem->setInt32(kRecorderVideoIframeInterval, mIFramesIntervalSec);
154 mAnalyticsItem->setInt32(kRecorderMovieTimescale, mMovieTimeScale);
155 mAnalyticsItem->setInt32(kRecorderAudioTimescal
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DARawAudioAssembler.cpp115 msg->setInt32("eos", true);
140 format->setInt32(kKeySampleRate, sampleRate);
141 format->setInt32(kKeyChannelCount, numChannels);
H A DVideoSource.h41 meta->setInt32(kKeyWidth, mWidth);
42 meta->setInt32(kKeyHeight, mHeight);
H A DAPacketSource.cpp454 mFormat->setInt32(kKeyWidth, width);
455 mFormat->setInt32(kKeyHeight, height);
466 mFormat->setInt32(kKeyWidth, width);
467 mFormat->setInt32(kKeyHeight, height);
475 mFormat->setInt32(kKeySampleRate, sampleRate);
476 mFormat->setInt32(kKeyChannelCount, numChannels);
491 mFormat->setInt32(kKeySampleRate, sampleRate);
492 mFormat->setInt32(kKeyChannelCount, numChannels);
504 mFormat->setInt32(kKeySampleRate, sampleRate);
505 mFormat->setInt32(kKeyChannelCoun
[all...]
H A DARTPConnection.cpp86 msg->setInt32("rtp-socket", rtpSocket);
87 msg->setInt32("rtcp-socket", rtcpSocket);
91 msg->setInt32("injected", injected);
97 msg->setInt32("rtp-socket", rtpSocket);
98 msg->setInt32("rtcp-socket", rtcpSocket);
416 notify->setInt32("first-rtp", true);
486 meta->setInt32("ssrc", srcId);
487 meta->setInt32("rtp-time", rtpTime);
488 meta->setInt32("PT", data[1] & 0x7f);
489 meta->setInt32("
[all...]
/frameworks/av/media/libstagefright/filters/
H A DMediaFilter.cpp98 msg->setInt32("keepComponentAllocated", keepComponentAllocated);
292 reply->setInt32("buffer-id", info->mBufferID);
305 reply->setInt32("buffer-id", info->mBufferID);
353 outputInfo->mData->meta()->setInt32("err", err);
364 outputInfo->mData->meta()->setInt32("eos", eos);
442 msg->setInt32("color-format", mColorFormatIn);
465 mInputFormat->setInt32("stride", mStride);
466 mInputFormat->setInt32("slice-height", mSliceHeight);
467 mInputFormat->setInt32("color-format", mColorFormatIn);
469 mInputFormat->setInt32("widt
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp172 format->setInt32("err", err);
249 msg->setInt32("generation", generation);
283 notify->setInt32("what", pushWhat);
407 notify->setInt32("what", kWhatQueueDecoderShutdown);
408 notify->setInt32("audio", audio);
409 notify->setInt32("video", video);
418 notify->setInt32("what", kWhatPauseOnBufferingStart);
426 notify->setInt32("what", kWhatResumeOnBufferingEnd);
437 notify->setInt32("what", kWhatBufferingUpdate);
438 notify->setInt32("percentag
[all...]
H A DNuPlayerDecoderPassThrough.cpp244 msg->setInt32("what", kWhatInputDiscontinuity);
247 msg->setInt32("formatChange", false);
263 reply->setInt32("err", err);
341 reply->setInt32("generation", mBufferGeneration);
342 reply->setInt32("size", bufferSize);
369 notify->setInt32("what", kWhatResumeCompleted);
396 notify->setInt32("what", kWhatFlushCompleted);
407 notify->setInt32("what", kWhatShutdownCompleted);
H A DNuPlayerRenderer.cpp163 msg->setInt32("queueGeneration", getQueueGeneration(audio));
164 msg->setInt32("audio", static_cast<int32_t>(audio));
174 msg->setInt32("queueGeneration", getQueueGeneration(audio));
175 msg->setInt32("audio", static_cast<int32_t>(audio));
176 msg->setInt32("finalResult", finalResult);
307 msg->setInt32("audio", static_cast<int32_t>(audio));
404 msg->setInt32("offload-only", offloadOnly);
405 msg->setInt32("has-video", hasVideo);
406 msg->setInt32("flags", flags);
407 msg->setInt32("isStreamin
[all...]
H A DGenericSource.cpp687 response->setInt32("status", status);
698 response->setInt32("status", status);
741 msg2->setInt32("generation", msgGeneration);
770 notify->setInt32("what", what);
801 globalMeta->setInt32("global", 1);
803 notify->setInt32("what", what);
812 msg->setInt32("audio", audio);
911 msg->setInt32("generation", mFetchSubtitleDataGeneration);
919 msg->setInt32("generation", mFetchTimedTextDataGeneration);
990 format->setInt32("typ
[all...]
H A DNuPlayerDecoder.cpp260 response->setInt32("err", err);
365 mStats->setInt32("width", width);
366 mStats->setInt32("height", height);
505 notify->setInt32("what", kWhatFlushCompleted);
540 notify->setInt32("what", kWhatShutdownCompleted);
584 notify->setInt32("what", kWhatError);
585 notify->setInt32("err", err);
619 response->setInt32("status", status);
726 reply->setInt32("generation", mBufferGeneration);
731 buffer->meta()->setInt32("eo
[all...]
H A DNuPlayerDecoderBase.cpp105 msg->setInt32("notifyComplete", notifyComplete);
208 notify->setInt32("what", kWhatError);
209 notify->setInt32("err", err);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.cpp191 (*metaData)->setInt32(kKeyChannelCount, channelCount);
192 (*metaData)->setInt32(kKeySampleRate, samplingRate);
593 scrambledAccessUnit->meta()->setInt32("isSync", 1);
598 scrambledAccessUnit->meta()->setInt32(
600 scrambledAccessUnit->meta()->setInt32("cryptoKey", keyId);
718 accessUnit->meta()->setInt32("isSync", 1);
758 mFormat->setInt32(kKeyChannelCount, 2);
759 mFormat->setInt32(kKeySampleRate, 48000);
760 mFormat->setInt32(kKeyPcmEncoding, kAudioEncodingPcm16bit);
781 accessUnit->meta()->setInt32("isSyn
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp206 msg->setInt32("sessionID", mSessionID);
207 msg->setInt32("reason", kWhatClientConnected);
209 msg->setInt32("server-port", ntohs(localAddr.sin_port));
211 msg->setInt32("client-port", ntohs(remoteAddr.sin_port));
298 notify->setInt32("sessionID", mSessionID);
299 notify->setInt32("reason", kWhatDatagram);
311 notify->setInt32("fromPort", ntohs(remoteAddr.sin_port));
377 notify->setInt32("sessionID", mSessionID);
378 notify->setInt32("reason", kWhatDatagram);
400 notify->setInt32("sessionI
[all...]

Completed in 284 milliseconds

12345