Searched defs:info (Results 1 - 25 of 560) sorted by path

1234567891011>>

/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp239 hardware::camera2::utils::SubmitInfo info; local
240 remoteRet = mRemote->submitRequestList(requestList, isRepeating, &info);
241 int sequenceId = info.mRequestId;
242 int64_t lastFrameNumber = info.mLastFrameNumber;
/frameworks/av/camera/tests/
H A DCameraBinderTests.cpp495 hardware::camera2::utils::SubmitInfo info; local
496 res = device->submitRequest(request, /*streaming*/true, /*out*/&info);
499 EXPECT_LE(0, info.mRequestId);
502 res = device->cancelRequest(info.mRequestId, /*out*/&lastFrameNumber);
508 lastFrameNumberPrev = info.mLastFrameNumber;
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp440 BufferInfo info; local
442 &info.mIndex,
443 &info.mOffset,
444 &info.mSize,
445 &info.mPresentationTimeUs,
446 &info.mFlags);
452 state->mAvailOutputBufferInfos.push_back(info);
522 BufferInfo *info = &*state->mAvailOutputBufferInfos.begin(); local
524 int64_t whenRealUs = info->mPresentationTimeUs + mStartTimeRealUs;
533 state->mCodec->releaseOutputBuffer(info
602 renderAudio( CodecState *state, BufferInfo *info, const sp<MediaCodecBuffer> &buffer) argument
[all...]
H A Dcodec.cpp416 DisplayInfo info; local
417 SurfaceComposerClient::getDisplayInfo(display, &info);
418 ssize_t displayWidth = info.w;
419 ssize_t displayHeight = info.h;
H A Dmediafilter.cpp753 DisplayInfo info; local
754 SurfaceComposerClient::getDisplayInfo(display, &info);
755 ssize_t displayWidth = info.w;
756 ssize_t displayHeight = info.h;
H A Dstagefright.cpp650 sp<MediaCodecInfo> info = list->getCodecInfo(index); local
651 if (info == NULL || info->isEncoder() != !queryDecoders) {
654 sp<MediaCodecInfo::Capabilities> caps = info->getCapabilitiesFor(kMimeTypes[k]);
659 codecType, info->getCodecName());
H A Dstream.cpp320 DisplayInfo info; local
321 SurfaceComposerClient::getDisplayInfo(display, &info);
322 ssize_t displayWidth = info.w;
323 ssize_t displayHeight = info.h;
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp101 DrmSupportInfo* info = mPlugInManager.getPlugIn(plugInPath).getSupportInfo(0); local
102 if (NULL != info) {
103 if (mSupportInfoToPlugInIdMap.indexOfKey(*info) < 0) {
104 mSupportInfoToPlugInIdMap.add(*info, plugInPath);
106 delete info;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp178 void FwdLockEngine::AddSupportedMimeTypes(DrmSupportInfo *info) { argument
180 info->addMimeType(MimeTypes[i]);
184 void FwdLockEngine::AddSupportedFileSuffixes(DrmSupportInfo *info) { argument
186 info->addFileSuffix(FileSuffixes[i]);
/frameworks/av/drm/libmediadrm/
H A DDescramblerImpl.cpp78 const DescrambleInfo& info, int32_t *result) {
82 info.dstType != DescrambleInfo::kDestinationTypeVmPointer,
83 info.scramblingControl,
84 info.numSubSamples,
85 info.subSamples,
86 info.srcMem->pointer(),
87 info.srcOffset,
88 info.dstType == DescrambleInfo::kDestinationTypeVmPointer ?
89 info.srcMem->pointer() : info
77 descramble( const DescrambleInfo& info, int32_t *result) argument
[all...]
H A DDrmSessionManager.cpp73 SessionInfo info; local
74 info.drm = drm;
75 info.sessionId = sessionId;
76 info.timeStamp = getTime_l();
81 infosForPid.push_back(info);
84 mSessionMap.editValueAt(index).push_back(info);
95 SessionInfo& info = infos.editItemAt(j); local
96 if (isEqualSessionId(sessionId, info.sessionId)) {
97 info.timeStamp = getTime_l();
/frameworks/av/include/media/stagefright/
H A DACodec.h183 static inline Status getSafeStatus(BufferInfo *info) { argument
184 return info == NULL ? UNRECOGNIZED : info->mStatus;
335 status_t cancelBufferToNativeWindow(BufferInfo *info);
351 status_t fillBuffer(BufferInfo *info);
533 // called when we have dequeued a buffer |buf| from the native window to track render info.
534 // |fenceFd| is the dequeue fence, and |info| points to the buffer info where this buffer is
537 ANativeWindowBuffer *buf, int fenceFd, BufferInfo *info);
/frameworks/av/media/audioserver/
H A Dmain_audioserver.cpp66 siginfo_t info; local
67 int ret = waitid(P_PID, childPid, &info, WEXITED | WSTOPPED | WCONTINUED);
76 switch (info.si_code) {
96 snprintf(buffer, sizeof(buffer), "unknown (%d)", info.si_code);
103 info.si_pid, info.si_status, code,
112 switch (info.si_code) {
/frameworks/av/media/libaaudio/src/legacy/
H A DAudioStreamLegacy.cpp40 static void AudioStreamLegacy_callback(int event, void* userData, void *info) { argument
42 streamLegacy->processCallback(event, info);
61 void AudioStreamLegacy::processCallbackCommon(aaudio_callback_operation_t opcode, void *info) { argument
74 AudioTrack::Buffer *audioBuffer = static_cast<AudioTrack::Buffer *>(info);
H A DAudioStreamRecord.cpp188 void AudioStreamRecord::processCallback(int event, void *info) { argument
191 processCallbackCommon(AAUDIO_CALLBACK_OPERATION_PROCESS_DATA, info);
196 processCallbackCommon(AAUDIO_CALLBACK_OPERATION_DISCONNECTED, info);
H A DAudioStreamTrack.cpp207 void AudioStreamTrack::processCallback(int event, void *info) { argument
211 processCallbackCommon(AAUDIO_CALLBACK_OPERATION_PROCESS_DATA, info);
216 processCallbackCommon(AAUDIO_CALLBACK_OPERATION_DISCONNECTED, info);
/frameworks/av/media/libaudioclient/
H A DAudioSystem.cpp1040 bool AudioSystem::isOffloadSupported(const audio_offload_info_t& info) argument
1045 return aps->isOffloadSupported(info);
H A DIAudioPolicyService.cpp525 virtual bool isOffloadSupported(const audio_offload_info_t& info) argument
529 data.write(&info, sizeof(audio_offload_info_t));
1185 audio_offload_info_t info; local
1186 data.read(&info, sizeof(audio_offload_info_t));
1187 bool isSupported = isOffloadSupported(info);
H A DToneGenerator.cpp1139 // info audio buffer descriptor
1145 void ToneGenerator::audioCallback(int event, void* user, void *info) { argument
1149 AudioTrack::Buffer *buffer = static_cast<AudioTrack::Buffer *>(info);
/frameworks/av/media/libaudiohal/
H A DStreamHalHidl.cpp152 struct audio_mmap_buffer_info *info) {
161 info->shared_memory_fd = handle->data[0];
162 info->buffer_size_frames = hidlInfo.bufferSizeFrames;
163 info->burst_size_frames = hidlInfo.burstSizeFrames;
164 // info->shared_memory_address is not needed in HIDL context
165 info->shared_memory_address = NULL;
151 createMmapBuffer(int32_t minSizeFrames, struct audio_mmap_buffer_info *info) argument
H A DStreamHalLocal.cpp237 struct audio_mmap_buffer_info *info) {
239 return mStream->create_mmap_buffer(mStream, minSizeFrames, info);
297 struct audio_mmap_buffer_info *info) {
299 return mStream->create_mmap_buffer(mStream, minSizeFrames, info);
236 createMmapBuffer(int32_t minSizeFrames, struct audio_mmap_buffer_info *info) argument
296 createMmapBuffer(int32_t minSizeFrames, struct audio_mmap_buffer_info *info) argument
/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-mixer.cpp60 SF_INFO info; local
61 info.frames = 0;
62 info.samplerate = sampleRate;
63 info.channels = channels;
64 info.format = SF_FORMAT_WAV | (isBufferFloat ? SF_FORMAT_FLOAT : SF_FORMAT_PCM_16);
66 filename, info.channels, info.samplerate, frames);
67 SNDFILE *sf = sf_open(filename, SFM_WRITE, &info);
H A Dtest-resampler.cpp211 SF_INFO info; local
212 info.format = 0;
213 SNDFILE *sf = sf_open(file_in, SFM_READ, &info);
218 input_size = info.frames * info.channels * sizeof(short);
220 (void) sf_readf_short(sf, (short *) input_vaddr, info.frames);
222 channels = info.channels;
223 input_freq = info.samplerate;
501 SF_INFO info; local
502 info
[all...]
H A Dtest_utils.h273 SF_INFO info; local
274 info.format = 0;
275 SNDFILE *sf = sf_open(file_in, SFM_READ, &info);
280 createBufferByFrames<T>(info.channels, info.samplerate, info.frames);
/frameworks/av/media/libmedia/
H A DIMediaCodecList.cpp131 const sp<MediaCodecInfo> info = getCodecInfo(index); local
132 if (info != NULL) {
134 info->writeToParcel(reply);
145 const sp<AMessage> info = getGlobalSettings(); local
146 if (info != NULL) {
148 info->writeToParcel(reply);

Completed in 3976 milliseconds

1234567891011>>