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

1 2 3 4

  /frameworks/av/media/libstagefright/
Utils.cpp 86 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("csd", true)
    [all...]
MediaCodec.cpp 123 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);
335 response->setInt32("err", INVALID_OPERATION)
    [all...]
JPEGSource.cpp 103 meta->setInt32(kKeyWidth, mWidth);
104 meta->setInt32(kKeyHeight, mHeight);
105 meta->setInt32(kKeyMaxInputSize, mSize);
SurfaceMediaSource.cpp 170 meta->setInt32(kKeyWidth, mWidth);
171 meta->setInt32(kKeyHeight, mHeight);
175 meta->setInt32(kKeyColorFormat, OMX_COLOR_FormatAndroidOpaque);
176 meta->setInt32(kKeyStride, mWidth);
177 meta->setInt32(kKeySliceHeight, mHeight);
178 meta->setInt32(kKeyFrameRate, mFrameRate);
MP3Extractor.cpp 310 mMeta->setInt32(kKeySampleRate, sample_rate);
311 mMeta->setInt32(kKeyBitRate, bitrate * 1000);
312 mMeta->setInt32(kKeyChannelCount, num_channels);
323 mMeta->setInt32(kKeyEncoderDelay, encd);
324 mMeta->setInt32(kKeyEncoderPadding, encp);
372 mMeta->setInt32(kKeyEncoderDelay, delay);
373 mMeta->setInt32(kKeyEncoderPadding, padding);
562 buffer->meta_data()->setInt32(kKeyIsSyncFrame, 1);
652 (*meta)->setInt32("header", header);
AMRExtractor.cpp 133 mMeta->setInt32(kKeyChannelCount, 1);
134 mMeta->setInt32(kKeySampleRate, mIsWide ? 16000 : 8000);
317 buffer->meta_data()->setInt32(kKeyIsSyncFrame, 1);
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 66 meta->setInt32(kKeyWidth, mWidth);
67 meta->setInt32(kKeyHeight, mHeight);
68 meta->setInt32(kKeyColorFormat, mColorFormat);
264 enc_meta->setInt32(kKeyWidth, width);
265 enc_meta->setInt32(kKeyHeight, height);
266 enc_meta->setInt32(kKeyFrameRate, frameRateFps);
267 enc_meta->setInt32(kKeyBitRate, bitRateBps);
268 enc_meta->setInt32(kKeyStride, width);
269 enc_meta->setInt32(kKeySliceHeight, height);
270 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 451 mFormat->setInt32(kKeyWidth, width);
452 mFormat->setInt32(kKeyHeight, height);
463 mFormat->setInt32(kKeyWidth, width);
464 mFormat->setInt32(kKeyHeight, height);
472 mFormat->setInt32(kKeySampleRate, sampleRate);
473 mFormat->setInt32(kKeyChannelCount, numChannels);
488 mFormat->setInt32(kKeySampleRate, sampleRate);
489 mFormat->setInt32(kKeyChannelCount, numChannels);
501 mFormat->setInt32(kKeySampleRate, sampleRate);
502 mFormat->setInt32(kKeyChannelCount, numChannels)
    [all...]
ARTPConnection.cpp 85 msg->setInt32("rtp-socket", rtpSocket);
86 msg->setInt32("rtcp-socket", rtcpSocket);
90 msg->setInt32("injected", injected);
96 msg->setInt32("rtp-socket", rtpSocket);
97 msg->setInt32("rtcp-socket", rtcpSocket);
414 notify->setInt32("first-rtp", true);
484 meta->setInt32("ssrc", srcId);
485 meta->setInt32("rtp-time", rtpTime);
486 meta->setInt32("PT", data[1] & 0x7f);
487 meta->setInt32("M", data[1] >> 7)
    [all...]
ARTSPConnection.cpp 240 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("result", OK)
    [all...]
MyHandler.h 676 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);
    [all...]
AH263Assembler.cpp 164 accessUnit->meta()->setInt32("damaged", true);
184 msg->setInt32("eos", true);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 62 msg->setInt32("audio", static_cast<int32_t>(audio));
72 msg->setInt32("audio", static_cast<int32_t>(audio));
73 msg->setInt32("finalResult", finalResult);
90 msg->setInt32("audio", static_cast<int32_t>(audio));
212 msg->setInt32("generation", mAudioQueueGeneration);
318 msg->setInt32("generation", mVideoQueueGeneration);
385 entry->mNotifyConsumed->setInt32("render", !tooLate);
395 notify->setInt32("what", kWhatEOS);
396 notify->setInt32("audio", static_cast<int32_t>(audio));
397 notify->setInt32("finalResult", finalResult)
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
DummyVideoSource.cpp 109 meta->setInt32(kKeyColorFormat, OMX_COLOR_FormatYUV420Planar);
110 meta->setInt32(kKeyWidth, mFrameWidth);
111 meta->setInt32(kKeyHeight, mFrameHeight);
DummyAudioSource.cpp 110 meta->setInt32(kKeyChannelCount, mChannelCount);
111 meta->setInt32(kKeySampleRate, mSamplingRate);
  /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 821 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);
    [all...]
  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 182 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);
  /frameworks/av/media/libaah_rtp/
aah_rx_player_substream.cpp 526 substream_meta_->setInt32 (kKeyChannelCount, channel_count);
527 substream_meta_->setInt32 (kKeySampleRate, sample_rate);
539 substream_meta_->setInt32(kKeyChannelCount, channel_count);
540 substream_meta_->setInt32(kKeySampleRate, sample_rate);
618 substream_meta_->setInt32 (kKeySampleRate, sample_rate);
619 substream_meta_->setInt32 (kKeyChannelCount, channel_cnt);

Completed in 194 milliseconds

1 2 3 4