HomeSort by relevance Sort by last modified time
    Searched refs:setInt32 (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /frameworks/av/media/libstagefright/
Utils.cpp 83 msg->setInt32("is-sync-frame", 1);
91 msg->setInt32("width", width);
92 msg->setInt32("height", height);
97 msg->setInt32("sar-width", sarWidth);
98 msg->setInt32("sar-height", sarHeight);
105 msg->setInt32("channel-count", numChannels);
106 msg->setInt32("sample-rate", sampleRate);
110 msg->setInt32("channel-mask", channelMask);
115 msg->setInt32("encoder-delay", delay);
119 msg->setInt32("encoder-padding", padding)
    [all...]
MediaCodec.cpp 129 msg->setInt32("nameIsType", nameIsType);
132 msg->setInt32("encoder", encoder);
147 msg->setInt32("flags", flags);
220 msg->setInt32("flags", flags);
249 msg->setInt32("mode", mode);
251 msg->setInt32("flags", flags);
303 msg->setInt32("render", true);
354 msg->setInt32("portIndex", kPortIndexInput);
363 msg->setInt32("portIndex", kPortIndexOutput);
394 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);
110 mFileMeta->setInt32(kKeyRealTimeRecording, false);
165 sampleMetaData->setInt32(kKeyIsSyncFrame, true);
SurfaceMediaSource.cpp 235 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);
  /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/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);
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("M", data[1] >> 7)
    [all...]
SDPLoader.cpp 148 notify->setInt32("what", kWhatSDPLoaded);
149 notify->setInt32("result", err);
ARTSPConnection.cpp 242 reply->setInt32("result", ERROR_MALFORMED);
257 reply->setInt32("result", -ENOENT);
282 reply->setInt32("server-ip", ntohl(remote.sin_addr.s_addr));
288 msg->setInt32("connection-id", mConnectionID);
293 reply->setInt32("result", -errno);
302 reply->setInt32("result", OK);
337 reply->setInt32("result", OK);
352 reply->setInt32("result", -ECONNABORTED);
383 reply->setInt32("result", -err);
392 reply->setInt32("result", OK)
    [all...]
  /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/libstagefright/wifi-display/source/
MediaPuller.cpp 103 response->setInt32("err", err);
159 notify->setInt32("what", kWhatEOS);
184 notify->setInt32("what", kWhatAccessUnit);
216 msg->setInt32("generation", mPullGeneration);
Converter.cpp 198 mOutputFormat->setInt32("bitrate", audioBitrate);
200 mOutputFormat->setInt32("bitrate", videoBitrate);
201 mOutputFormat->setInt32("bitrate-mode", OMX_Video_ControlRateConstant);
202 mOutputFormat->setInt32("frame-rate", 30);
203 mOutputFormat->setInt32("i-frame-interval", 15); // Iframes every 15 secs
206 mOutputFormat->setInt32("intra-refresh-mode", OMX_VIDEO_IntraRefreshCyclic);
220 mOutputFormat->setInt32("intra-refresh-CIR-mbs", mbs);
231 tmp->setInt32("prepend-sps-pps-to-idr-frames", 1);
282 notify->setInt32("what", kWhatError);
283 notify->setInt32("err", err)
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/
ANetworkSession.cpp 187 msg->setInt32("sessionID", mSessionID);
188 msg->setInt32("reason", kWhatClientConnected);
190 msg->setInt32("server-port", ntohs(localAddr.sin_port));
192 msg->setInt32("client-port", ntohs(remoteAddr.sin_port));
267 notify->setInt32("sessionID", mSessionID);
268 notify->setInt32("reason", kWhatDatagram);
280 notify->setInt32("fromPort", ntohs(remoteAddr.sin_port));
346 notify->setInt32("sessionID", mSessionID);
347 notify->setInt32("reason", kWhatDatagram);
369 notify->setInt32("sessionID", mSessionID)
    [all...]
MediaSender.cpp 123 notify->setInt32("generation", mGeneration);
172 notify->setInt32("generation", mGeneration);
351 notify->setInt32("what", kWhatInitDone);
352 notify->setInt32("err", err);
358 notify->setInt32("what", kWhatError);
359 notify->setInt32("err", err);
365 notify->setInt32("what", kWhatNetworkStall);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 65 msg->setInt32("audio", static_cast<int32_t>(audio));
75 msg->setInt32("audio", static_cast<int32_t>(audio));
76 msg->setInt32("finalResult", finalResult);
93 msg->setInt32("audio", static_cast<int32_t>(audio));
215 msg->setInt32("generation", mAudioQueueGeneration);
321 msg->setInt32("generation", mVideoQueueGeneration);
398 entry->mNotifyConsumed->setInt32("render", !tooLate);
413 notify->setInt32("what", kWhatVideoRenderingStart);
419 notify->setInt32("what", kWhatEOS);
420 notify->setInt32("audio", static_cast<int32_t>(audio))
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
DataView.h 65 void setInt32(unsigned byteOffset, int32_t value, ExceptionCode& ec) { setInt32(byteOffset, value, false, ec); }
66 void setInt32(unsigned byteOffset, int32_t value, bool littleEndian, ExceptionCode&);
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 830 encMeta->setInt32(kKeyAACProfile, OMX_AUDIO_AACObjectLC);
834 encMeta->setInt32(kKeyAACProfile, OMX_AUDIO_AACObjectHE);
838 encMeta->setInt32(kKeyAACProfile, OMX_AUDIO_AACObjectELD);
851 encMeta->setInt32(kKeyMaxInputSize, maxInputSize);
852 encMeta->setInt32(kKeyChannelCount, mAudioChannels);
853 encMeta->setInt32(kKeySampleRate, mSampleRate);
854 encMeta->setInt32(kKeyBitRate, mAudioBitRate);
856 encMeta->setInt32(kKeyTimeScale, mAudioTimeScale);
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
LittleEndian.java 88 public static void setInt32(byte[] dst, int offset, long value)

Completed in 378 milliseconds

1 2 3 4