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

1234

/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp67 meta->setInt32(kKeyWidth, mWidth);
68 meta->setInt32(kKeyHeight, mHeight);
69 meta->setInt32(kKeyColorFormat, mColorFormat);
272 enc_meta->setInt32(kKeyWidth, width);
273 enc_meta->setInt32(kKeyHeight, height);
274 enc_meta->setInt32(kKeyFrameRate, frameRateFps);
275 enc_meta->setInt32(kKeyBitRate, bitRateBps);
276 enc_meta->setInt32(kKeyStride, width);
277 enc_meta->setInt32(kKeySliceHeight, height);
278 enc_meta->setInt32(kKeyIFramesInterva
[all...]
H A Drecord.cpp60 meta->setInt32(kKeyWidth, mWidth);
61 meta->setInt32(kKeyHeight, mHeight);
62 meta->setInt32(kKeyColorFormat, mColorFormat);
217 enc_meta->setInt32(kKeyWidth, width);
218 enc_meta->setInt32(kKeyHeight, height);
219 enc_meta->setInt32(kKeySampleRate, kFramerate);
220 enc_meta->setInt32(kKeyBitRate, kVideoBitRate);
221 enc_meta->setInt32(kKeyStride, width);
222 enc_meta->setInt32(kKeySliceHeight, height);
223 enc_meta->setInt32(kKeyIFramesInterva
[all...]
H A DSineSource.cpp53 meta->setInt32(kKeyChannelCount, mNumChannels);
54 meta->setInt32(kKeySampleRate, mSampleRate);
55 meta->setInt32(kKeyMaxInputSize, kBufferSize);
H A Daudioloop.cpp45 meta->setInt32(kKeyChannelCount, kNumChannels);
46 meta->setInt32(kKeySampleRate, kSampleRate);
50 meta->setInt32(kKeyMaxInputSize, maxInputSize);
H A Dsf2.cpp279 msg->setInt32("width", width);
280 msg->setInt32("height", height);
288 msg->setInt32("channel-count", numChannels);
289 msg->setInt32("sample-rate", sampleRate);
293 msg->setInt32("is-adts", true);
345 buffer->meta()->setInt32("csd", true);
373 buffer->meta()->setInt32("csd", true);
391 buffer->meta()->setInt32("csd", true);
397 buffer->meta()->setInt32("csd", true);
405 buffer->meta()->setInt32("cs
[all...]
/frameworks/av/media/libstagefright/
H A DUtils.cpp86 msg->setInt32("width", width);
87 msg->setInt32("height", height);
93 msg->setInt32("channel-count", numChannels);
94 msg->setInt32("sample-rate", sampleRate);
98 msg->setInt32("channel-mask", channelMask);
103 msg->setInt32("encoder-delay", delay);
107 msg->setInt32("encoder-padding", padding);
112 msg->setInt32("is-adts", true);
118 msg->setInt32("max-input-size", maxInputSize);
169 buffer->meta()->setInt32("cs
[all...]
H A DMediaCodec.cpp123 msg->setInt32("nameIsType", nameIsType);
126 msg->setInt32("encoder", encoder);
141 msg->setInt32("flags", flags);
194 msg->setInt32("flags", flags);
223 msg->setInt32("mode", mode);
225 msg->setInt32("flags", flags);
277 msg->setInt32("render", true);
307 msg->setInt32("portIndex", kPortIndexInput);
316 msg->setInt32("portIndex", kPortIndexOutput);
347 response->setInt32("er
[all...]
H A DJPEGSource.cpp103 meta->setInt32(kKeyWidth, mWidth);
104 meta->setInt32(kKeyHeight, mHeight);
105 meta->setInt32(kKeyMaxInputSize, mSize);
H A DSurfaceMediaSource.cpp235 meta->setInt32(kKeyWidth, mWidth);
236 meta->setInt32(kKeyHeight, mHeight);
240 meta->setInt32(kKeyColorFormat, OMX_COLOR_FormatAndroidOpaque);
241 meta->setInt32(kKeyStride, mWidth);
242 meta->setInt32(kKeySliceHeight, mHeight);
243 meta->setInt32(kKeyFrameRate, mFrameRate);
H A DMP3Extractor.cpp311 mMeta->setInt32(kKeySampleRate, sample_rate);
312 mMeta->setInt32(kKeyBitRate, bitrate * 1000);
313 mMeta->setInt32(kKeyChannelCount, num_channels);
324 mMeta->setInt32(kKeyEncoderDelay, encd);
325 mMeta->setInt32(kKeyEncoderPadding, encp);
373 mMeta->setInt32(kKeyEncoderDelay, delay);
374 mMeta->setInt32(kKeyEncoderPadding, padding);
569 buffer->meta_data()->setInt32(kKeyIsSyncFrame, 1);
659 (*meta)->setInt32("header", header);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp63 msg->setInt32("audio", static_cast<int32_t>(audio));
73 msg->setInt32("audio", static_cast<int32_t>(audio));
74 msg->setInt32("finalResult", finalResult);
91 msg->setInt32("audio", static_cast<int32_t>(audio));
213 msg->setInt32("generation", mAudioQueueGeneration);
319 msg->setInt32("generation", mVideoQueueGeneration);
386 entry->mNotifyConsumed->setInt32("render", !tooLate);
401 notify->setInt32("what", kWhatVideoRenderingStart);
407 notify->setInt32("what", kWhatEOS);
408 notify->setInt32("audi
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp109 meta->setInt32(kKeyColorFormat, OMX_COLOR_FormatYUV420Planar);
110 meta->setInt32(kKeyWidth, mFrameWidth);
111 meta->setInt32(kKeyHeight, mFrameHeight);
H A DDummyAudioSource.cpp110 meta->setInt32(kKeyChannelCount, mChannelCount);
111 meta->setInt32(kKeySampleRate, mSamplingRate);
/frameworks/av/media/libstagefright/rtsp/
H A DARawAudioAssembler.cpp113 msg->setInt32("eos", true);
138 format->setInt32(kKeySampleRate, sampleRate);
139 format->setInt32(kKeyChannelCount, numChannels);
H A DVideoSource.h41 meta->setInt32(kKeyWidth, mWidth);
42 meta->setInt32(kKeyHeight, mHeight);
H A DAPacketSource.cpp456 mFormat->setInt32(kKeyWidth, width);
457 mFormat->setInt32(kKeyHeight, height);
468 mFormat->setInt32(kKeyWidth, width);
469 mFormat->setInt32(kKeyHeight, height);
477 mFormat->setInt32(kKeySampleRate, sampleRate);
478 mFormat->setInt32(kKeyChannelCount, numChannels);
493 mFormat->setInt32(kKeySampleRate, sampleRate);
494 mFormat->setInt32(kKeyChannelCount, numChannels);
506 mFormat->setInt32(kKeySampleRate, sampleRate);
507 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);
415 notify->setInt32("first-rtp", true);
485 meta->setInt32("ssrc", srcId);
486 meta->setInt32("rtp-time", rtpTime);
487 meta->setInt32("PT", data[1] & 0x7f);
488 meta->setInt32("
[all...]
H A DARTSPConnection.cpp240 reply->setInt32("result", ERROR_MALFORMED);
255 reply->setInt32("result", -ENOENT);
280 reply->setInt32("server-ip", ntohl(remote.sin_addr.s_addr));
286 msg->setInt32("connection-id", mConnectionID);
291 reply->setInt32("result", -errno);
300 reply->setInt32("result", OK);
335 reply->setInt32("result", OK);
350 reply->setInt32("result", -ECONNABORTED);
381 reply->setInt32("result", -err);
390 reply->setInt32("resul
[all...]
H A DMyHandler.h676 reply->setInt32("generation", mKeepAliveGeneration);
739 reply->setInt32("reconnect", true);
771 reply->setInt32("reconnect", true);
781 msg->setInt32("what", kWhatDisconnected);
782 msg->setInt32("result", UNKNOWN_ERROR);
890 msg->setInt32("what", kWhatSeekDone);
999 msg->setInt32("what", kWhatSeekDone);
1034 msg->setInt32("reconnect", true);
1060 msg->setInt32("generation", mKeepAliveGeneration);
1071 check->setInt32("generatio
[all...]
H A DAH263Assembler.cpp164 accessUnit->meta()->setInt32("damaged", true);
184 msg->setInt32("eos", true);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp154 mOutputFormat->setInt32("bitrate", audioBitrate);
156 mOutputFormat->setInt32("bitrate", videoBitrate);
157 mOutputFormat->setInt32("bitrate-mode", OMX_Video_ControlRateConstant);
158 mOutputFormat->setInt32("frame-rate", 30);
159 mOutputFormat->setInt32("i-frame-interval", 1); // Iframes every 1 secs
160 mOutputFormat->setInt32("prepend-sps-pps-to-idr-frames", 1);
192 notify->setInt32("what", kWhatError);
193 notify->setInt32("err", err);
425 notify->setInt32("what", kWhatAccessUnit);
473 notify->setInt32("wha
[all...]
H A DMediaPuller.cpp94 response->setInt32("err", err);
141 notify->setInt32("what", kWhatEOS);
166 notify->setInt32("what", kWhatAccessUnit);
186 msg->setInt32("generation", mPullGeneration);
/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.cpp171 msg->setInt32("sessionID", mSessionID);
172 msg->setInt32("reason", kWhatClientConnected);
174 msg->setInt32("server-port", ntohs(localAddr.sin_port));
176 msg->setInt32("client-port", ntohs(remoteAddr.sin_port));
251 notify->setInt32("sessionID", mSessionID);
252 notify->setInt32("reason", kWhatDatagram);
264 notify->setInt32("fromPort", ntohs(remoteAddr.sin_port));
318 notify->setInt32("sessionID", mSessionID);
319 notify->setInt32("reason", kWhatDatagram);
341 notify->setInt32("sessionI
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp821 encMeta->setInt32(kKeyAACProfile, OMX_AUDIO_AACObjectLC);
825 encMeta->setInt32(kKeyAACProfile, OMX_AUDIO_AACObjectHE);
829 encMeta->setInt32(kKeyAACProfile, OMX_AUDIO_AACObjectELD);
842 encMeta->setInt32(kKeyMaxInputSize, maxInputSize);
843 encMeta->setInt32(kKeyChannelCount, mAudioChannels);
844 encMeta->setInt32(kKeySampleRate, mSampleRate);
845 encMeta->setInt32(kKeyBitRate, mAudioBitRate);
847 encMeta->setInt32(kKeyTimeScale, mAudioTimeScale);
1362 enc_meta->setInt32(kKeyBitRate, videoBitRate);
1363 enc_meta->setInt32(kKeyFrameRat
[all...]
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp182 msg->setInt32(WHATPARAM_LOOP_LOOPING, (int32_t)loop);
190 msg->setInt32(WHATPARAM_BUFFERING_UPDATETHRESHOLD_PERCENT, (int32_t)thresholdPercent);
219 msg->setInt32(WHATPARAM_ATTACHAUXEFFECT, effectId);
260 msg->setInt32(WHATPARAM_SETPLAYEVENTS_FLAGS, eventFlags);
261 msg->setInt32(WHATPARAM_SETPLAYEVENTS_MARKER, markerPositionMs);
262 msg->setInt32(WHATPARAM_SETPLAYEVENTS_UPDATE, positionUpdatePeriodMs);
288 msg->setInt32(event, (int32_t)data);
575 msg->setInt32(WHATPARAM_BUFFERING_UPDATE, fillLevelPerMille);
708 msg->setInt32(WHATPARAM_ONESHOT_GENERATION, mOneShotGeneration);

Completed in 242 milliseconds

1234