/frameworks/av/cmds/stagefright/ |
recordvideo.cpp | 67 meta->setInt32(kKeyWidth, mWidth); 68 meta->setInt32(kKeyHeight, mHeight); 69 meta->setInt32(kKeyColorFormat, mColorFormat); 278 enc_meta->setInt32(kKeyWidth, width); 279 enc_meta->setInt32(kKeyHeight, height); 280 enc_meta->setInt32(kKeyFrameRate, frameRateFps); 281 enc_meta->setInt32(kKeyBitRate, bitRateBps); 282 enc_meta->setInt32(kKeyStride, width); 283 enc_meta->setInt32(kKeySliceHeight, height); 284 enc_meta->setInt32(kKeyIFramesInterval, iFramesIntervalSeconds) [all...] |
record.cpp | 60 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(kKeyIFramesInterval, kIFramesIntervalSec) [all...] |
SineSource.cpp | 53 meta->setInt32(kKeyChannelCount, mNumChannels); 54 meta->setInt32(kKeySampleRate, mSampleRate); 55 meta->setInt32(kKeyMaxInputSize, kBufferSize);
|
audioloop.cpp | 45 meta->setInt32(kKeyChannelCount, kNumChannels); 46 meta->setInt32(kKeySampleRate, kSampleRate); 50 meta->setInt32(kKeyMaxInputSize, maxInputSize);
|
sf2.cpp | 279 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("csd", true) [all...] |
/frameworks/av/media/libstagefright/ |
Utils.cpp | 88 msg->setInt32("is-sync-frame", 1); 96 msg->setInt32("width", width); 97 msg->setInt32("height", height); 102 msg->setInt32("sar-width", sarWidth); 103 msg->setInt32("sar-height", sarHeight); 110 msg->setInt32("channel-count", numChannels); 111 msg->setInt32("sample-rate", sampleRate); 115 msg->setInt32("channel-mask", channelMask); 120 msg->setInt32("encoder-delay", delay); 124 msg->setInt32("encoder-padding", padding) [all...] |
MediaCodec.cpp | 146 msg->setInt32("nameIsType", nameIsType); 149 msg->setInt32("encoder", encoder); 164 msg->setInt32("flags", flags); 237 msg->setInt32("flags", flags); 266 msg->setInt32("mode", mode); 268 msg->setInt32("flags", flags); 320 msg->setInt32("render", true); 371 msg->setInt32("portIndex", kPortIndexInput); 380 msg->setInt32("portIndex", kPortIndexOutput); 411 response->setInt32("err", INVALID_OPERATION) [all...] |
JPEGSource.cpp | 103 meta->setInt32(kKeyWidth, mWidth); 104 meta->setInt32(kKeyHeight, mHeight); 105 meta->setInt32(kKeyMaxInputSize, mSize);
|
MediaMuxer.cpp | 102 mFileMeta->setInt32(kKeyRotation, degrees); 120 mFileMeta->setInt32(kKeyRealTimeRecording, false); 175 sampleMetaData->setInt32(kKeyIsSyncFrame, true);
|
SurfaceMediaSource.cpp | 232 meta->setInt32(kKeyWidth, mWidth); 233 meta->setInt32(kKeyHeight, mHeight); 237 meta->setInt32(kKeyColorFormat, OMX_COLOR_FormatAndroidOpaque); 238 meta->setInt32(kKeyStride, mWidth); 239 meta->setInt32(kKeySliceHeight, mHeight); 240 meta->setInt32(kKeyFrameRate, mFrameRate);
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
Converter.cpp | 193 mOutputFormat->setInt32("bitrate", audioBitrate); 195 mOutputFormat->setInt32("bitrate", videoBitrate); 196 mOutputFormat->setInt32("bitrate-mode", OMX_Video_ControlRateConstant); 197 mOutputFormat->setInt32("frame-rate", 30); 198 mOutputFormat->setInt32("i-frame-interval", 15); // Iframes every 15 secs 201 mOutputFormat->setInt32("intra-refresh-mode", OMX_VIDEO_IntraRefreshCyclic); 215 mOutputFormat->setInt32("intra-refresh-CIR-mbs", mbs); 226 tmp->setInt32("prepend-sps-pps-to-idr-frames", 1); 297 notify->setInt32("what", kWhatError); 298 notify->setInt32("err", err) [all...] |
MediaPuller.cpp | 106 response->setInt32("err", err); 162 notify->setInt32("what", kWhatEOS); 187 notify->setInt32("what", kWhatAccessUnit); 219 msg->setInt32("generation", mPullGeneration);
|
/frameworks/av/media/libstagefright/rtsp/ |
VideoSource.h | 41 meta->setInt32(kKeyWidth, mWidth); 42 meta->setInt32(kKeyHeight, mHeight);
|
ARawAudioAssembler.cpp | 113 msg->setInt32("eos", true); 138 format->setInt32(kKeySampleRate, sampleRate); 139 format->setInt32(kKeyChannelCount, numChannels);
|
APacketSource.cpp | 456 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(kKeyChannelCount, numChannels) [all...] |
ARTPConnection.cpp | 86 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("M", data[1] >> 7) [all...] |
SDPLoader.cpp | 148 notify->setInt32("what", kWhatSDPLoaded); 149 notify->setInt32("result", err);
|
/frameworks/av/libvideoeditor/lvpp/ |
DummyVideoSource.cpp | 109 meta->setInt32(kKeyColorFormat, OMX_COLOR_FormatYUV420Planar); 110 meta->setInt32(kKeyWidth, mFrameWidth); 111 meta->setInt32(kKeyHeight, mFrameHeight);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerRenderer.cpp | 67 msg->setInt32("audio", static_cast<int32_t>(audio)); 77 msg->setInt32("audio", static_cast<int32_t>(audio)); 78 msg->setInt32("finalResult", finalResult); 95 msg->setInt32("audio", static_cast<int32_t>(audio)); 217 msg->setInt32("generation", mAudioQueueGeneration); 237 notify->setInt32("what", kWhatMediaRenderingStart); 342 msg->setInt32("generation", mVideoQueueGeneration); 419 entry->mNotifyConsumed->setInt32("render", !tooLate); 436 notify->setInt32("what", kWhatVideoRenderingStart); 442 notify->setInt32("what", kWhatEOS) [all...] |
HTTPLiveSource.cpp | 135 msg->setInt32("generation", mFetchSubtitleDataGeneration); 172 notify->setInt32("what", kWhatSubtitleData); 254 notify->setInt32("what", kWhatQueueDecoderShutdown); 255 notify->setInt32("audio", audio); 256 notify->setInt32("video", video);
|
/frameworks/av/media/libstagefright/foundation/ |
ANetworkSession.cpp | 206 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("sessionID", mSessionID) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
DataView.h | 67 void setInt32(unsigned byteOffset, int32_t value, ExceptionState& ec) { setInt32(byteOffset, value, false, ec); } 68 void setInt32(unsigned byteOffset, int32_t value, bool littleEndian, ExceptionState&);
|
/frameworks/av/media/libmediaplayerservice/ |
StagefrightRecorder.cpp | 831 encMeta->setInt32(kKeyAACProfile, OMX_AUDIO_AACObjectLC); 835 encMeta->setInt32(kKeyAACProfile, OMX_AUDIO_AACObjectHE); 839 encMeta->setInt32(kKeyAACProfile, OMX_AUDIO_AACObjectELD); 852 encMeta->setInt32(kKeyMaxInputSize, maxInputSize); 853 encMeta->setInt32(kKeyChannelCount, mAudioChannels); 854 encMeta->setInt32(kKeySampleRate, mSampleRate); 855 encMeta->setInt32(kKeyBitRate, mAudioBitRate); 857 encMeta->setInt32(kKeyTimeScale, mAudioTimeScale); [all...] |
/frameworks/av/media/libstagefright/wifi-display/ |
MediaSender.cpp | 125 notify->setInt32("generation", mGeneration); 174 notify->setInt32("generation", mGeneration); 355 notify->setInt32("what", kWhatInformSender); 369 notify->setInt32("what", kWhatInitDone); 370 notify->setInt32("err", err); 376 notify->setInt32("what", kWhatError); 377 notify->setInt32("err", err); 383 notify->setInt32("what", kWhatNetworkStall);
|
/frameworks/av/media/libstagefright/httplive/ |
PlaylistFetcher.cpp | 77 mStartTimeUsNotify->setInt32("what", kWhatStartedAt); 78 mStartTimeUsNotify->setInt32("streamMask", 0); 323 msg->setInt32("generation", mMonitorQueueGeneration); 357 msg->setInt32("streamTypeMask", streamTypeMask); 360 msg->setInt32("startSeqNumberHint", startSeqNumberHint); 370 msg->setInt32("selfTriggered", selfTriggered); 387 notify->setInt32("what", kWhatStarted); 388 notify->setInt32("err", err); 398 notify->setInt32("what", kWhatPaused); 408 notify->setInt32("what", kWhatStopped) [all...] |