Searched refs:ALOGV (Results 126 - 150 of 431) sorted by relevance

1234567891011>>

/frameworks/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c87 ALOGV("XA_PLAYEVENT_HEADATEND received, all MP2TS data has been decoded\n");
134 ALOGV("EOS was processed\n");
154 ALOGV("setting volume to -6dB");
158 ALOGV("setting volume to -12dB");
162 ALOGV("setting volume to 0dB (full volume)");
166 ALOGV("muting player");
170 ALOGV("unmuting player");
175 ALOGV("pan sound to the left (hard-left)");
179 ALOGV("disabling stereo position");
231 ALOGV("StreamChangeCallbac
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG2TSAssembler.cpp82 ALOGV("Not the sequence number I expected");
93 ALOGV("Not a multiple of transport packet size.");
H A DAAMRAssembler.cpp130 ALOGV("Not the sequence number I expected");
141 ALOGV("AMR packet too short.");
158 ALOGV("Unable to parse TOC.");
172 ALOGV("Illegal TOC entry.");
199 ALOGV("AMR packet too short.");
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.cpp202 ALOGV("wait v frame");
204 ALOGV("v frame: %p", videoFrame.get());
206 ALOGV("wait a frame");
208 ALOGV("a frame: %p", audioFrame.get());
215 ALOGV("take a frame");
219 ALOGV("take v frame");
231 ALOGV("flushing last cluster (size %zu)", outstandingFrames.size());
379 ALOGV(
/frameworks/av/media/mtp/
H A DMtpDeviceInfo.cpp98 ALOGV("Device Info:\n\tmStandardVersion: %d\n\tmVendorExtensionID: %d\n\tmVendorExtensionVersiony: %d\n",
100 ALOGV("\tmVendorExtensionDesc: %s\n\tmFunctionalMode: %d\n\tmManufacturer: %s\n\tmModel: %s\n\tmVersion: %s\n\tmSerial: %s\n",
H A DMtpServer.cpp158 ALOGV("MtpServer::run fd: %d\n", fd);
163 ALOGV("request read returned %d, errno: %d", ret, errno);
173 ALOGV("operation: %s", MtpDebug::getOperationCodeName(operation));
191 ALOGV("received data:");
201 ALOGV("sending data:");
215 ALOGV("sending response %04X", mResponse.getResponseCode());
228 ALOGV("skipping response\n");
248 ALOGV("sendObjectAdded %d\n", handle);
253 ALOGV("sendObjectRemoved %d\n", handle);
258 ALOGV("sendStoreAdde
[all...]
/frameworks/av/media/ndk/
H A DNdkMediaMuxer.cpp57 ALOGV("ctor");
65 ALOGV("dtor");
H A DNdkImageReader.cpp442 ALOGV("%s", __FUNCTION__);
486 ALOGV("%s", __FUNCTION__);
507 ALOGV("%s", __FUNCTION__);
519 ALOGV("%s", __FUNCTION__);
531 ALOGV("%s", __FUNCTION__);
543 ALOGV("%s", __FUNCTION__);
555 ALOGV("%s", __FUNCTION__);
566 ALOGV("%s", __FUNCTION__);
578 ALOGV("%s", __FUNCTION__);
/frameworks/base/core/jni/
H A Dandroid_os_UEventObserver.cpp55 ALOGV("Matched uevent message with pattern: %s", match.string());
74 ALOGV("Received uevent message: %s", buffer);
/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp76 ALOGV("input file %s, output file %s", path, outputFileName);
77 ALOGV("useAudio %d, useVideo %d", useAudio, useVideo);
105 ALOGV("extractor getTrackFormat: %s", format->debugString().c_str());
140 ALOGV("selecting track %zu", i);
168 ALOGV("saw input eos, err %d", err);
172 // ALOGV("skipping input from unsupported track %zu", trackIndex);
176 // ALOGV("reading sample from track index %zu\n", trackIndex);
307 ALOGV("Trimming is disabled, copying the whole length video.");
H A Dmediafilter.cpp307 ALOGV("reached EOS on output.");
343 ALOGV("selecting track %zu", i);
481 ALOGV("got %zu input and %zu output buffers",
492 ALOGV("Flush before start returned status %d, usually ENOSYS (-38)",
509 ALOGV("Flush immediately after start OK");
524 ALOGV("saw input eos");
533 ALOGV("filling input buffer %zu", index);
567 ALOGV("signalling input EOS on track %zu", i);
599 ALOGV("draining decoded buffer %zu, time = %lld us",
607 ALOGV("reache
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_am_BatteryStatsService.cpp56 ALOGV("In wakeup_callback: %s", success ? "resumed from suspend" : "suspend aborted");
75 ALOGV("Creating semaphore...");
84 ALOGV("Registering callback...");
89 ALOGV("Waiting for wakeup...");
108 ALOGV("Reading wakeup reasons");
164 ALOGV("Got %d reasons", i);
/frameworks/base/media/jni/
H A Dandroid_media_MediaPlayer.cpp215 ALOGV("setDataSource: path %s", tmp);
259 ALOGV("setDataSourceFD: fd %d", fd);
383 ALOGV("start");
395 ALOGV("stop");
407 ALOGV("pause");
426 ALOGV("isPlaying: %d", is_playing);
441 ALOGV("setPlaybackParams: %d:%f %d:%f %d:%u %d:%u",
490 ALOGV("getPlaybackSettings: %f %f %d %d",
512 ALOGV("setSyncParams: %d:%d %d:%d %d:%f %d:%f",
559 ALOGV("getSyncSetting
[all...]
H A Dandroid_media_ImageReader.cpp205 ALOGV("%s: frame available", __FUNCTION__);
232 ALOGV("%s:", __FUNCTION__);
245 ALOGV("%s:", __FUNCTION__);
259 ALOGV("%s:", __FUNCTION__);
286 ALOGV("%s:", __FUNCTION__);
336 ALOGV("%s: width:%d, height: %d, format: 0x%x, maxImages:%d",
406 ALOGV("%s:", __FUNCTION__);
425 ALOGV("%s", __FUNCTION__);
452 ALOGV("Successfully unlocked the image");
459 ALOGV("
[all...]
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__)
25 #define ALOGVV(...) if (0) ALOGV(__VA_ARGS__)
78 ALOGV("%s: Initialize buffer queue and frame list depth based on max pipeline depth (%zu)",
94 ALOGV("%s: Exit", __FUNCTION__);
100 ALOGV("%s:", __FUNCTION__);
130 ALOGV("%s: Configuring ZSL streams", __FUNCTION__);
160 ALOGV("%s: Camera %d: Deleting stream %d since the buffer "
165 ALOGV("%s: Camera %d: Device is busy, call updateStream again "
286 ALOGV("%s: Send in reprocess request with id %d",
314 ALOGV("
[all...]
/frameworks/rs/driver/
H A DrsdShader.cpp239 ALOGV("Loading shader type %x, ID %i", mType, mCurrentState->mShaderID);
240 ALOGV("%s", mShader.c_str());
268 ALOGV("--Shader load result %x ", glGetError());
316 ALOGV("Array Element [%u]", i);
319 ALOGV("Matrix4x4");
320 ALOGV("{%f, %f, %f, %f", fd[0], fd[4], fd[8], fd[12]);
321 ALOGV(" %f, %f, %f, %f", fd[1], fd[5], fd[9], fd[13]);
322 ALOGV(" %f, %f, %f, %f", fd[2], fd[6], fd[10], fd[14]);
323 ALOGV(" %f, %f, %f, %f}", fd[3], fd[7], fd[11], fd[15]);
325 ALOGV("Matrix3x
[all...]
/frameworks/av/media/libeffects/factory/
H A DEffectsFactory.c202 ALOGV("EffectQueryNumberEffects(): %d", *pNumEffects);
244 ALOGV("EffectQueryEffect() desc:%s", str);
285 ALOGV("EffectCreate() UUID: %08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X%02X\n",
321 ALOGV("EffectCreate() gInterfaceWithReverse");
324 ALOGV("EffectCreate() gInterface");
335 ALOGV("EffectCreate() created entry %p with sub itfe %p in library %s", *pHandle, itfe, l->name);
406 ALOGV("EffectGetSubEffects() UUID: %08X-%04X-%04X-%04X-%02X%02X%02X%02X%02X"
426 ALOGV("EffectGetSubEffects: effect found in the list");
433 ALOGV("EffectGetSubEffects end - copied the sub effect structures");
468 ALOGV("ini
[all...]
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp132 ALOGV("initDecoder()");
167 ALOGV("AAC decoder using desired DRC target reference level of %d instead of %d", refLevel,
176 ALOGV("AAC decoder using desired DRC attenuation factor of %d instead of %d", cut,
185 ALOGV("AAC decoder using desired DRC boost factor of %d instead of %d", boost,
194 ALOGV("AAC decoder using desried DRC heavy compression switch of %d instead of %d", heavy,
203 ALOGV("AAC decoder using encoder-side DRC reference level of %d instead of %d",
395 ALOGV("set nMaxOutputChannels=%d", max);
400 ALOGV("set nDrcBoost=%d", aacPresParams->nDrcBoost);
406 ALOGV("set nDrcCut=%d", aacPresParams->nDrcCut);
411 ALOGV("se
[all...]
/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp40 #define ALOGVV ALOGV
126 ALOGV("listAudioPorts");
133 ALOGV("getAudioPort");
148 ALOGV("createAudioPatch() num_sources %d num_sinks %d handle %d",
168 ALOGV("createAudioPatch() removing patch handle %d", *handle);
250 ALOGV("audioflinger->openOutput_l() returned %p",
286 ALOGV("audioflinger->openInput_l() returned %p inChannelMask %08x",
369 ALOGV("createAudioPatch() status %d", status);
375 ALOGV("createAudioPatch() added new patch handle %d halHandle %d", *handle, halHandle);
423 ALOGV("createPatchConnection
[all...]
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp67 ALOGV("sampleRate: %u, outSampleRate: %u, channelCount: %u",
150 ALOGV("releaseQueuedFrames_l");
160 ALOGV("waitOutstandingEncodingFrames_l: %" PRId64, mNumClientOwnedBuffers);
293 ALOGV("signalBufferReturned: %p", buffer->data());
309 ALOGV("dataCallbackTimestamp: %" PRId64 " us", timeUs);
319 ALOGV("Drop audio data at %" PRId64 "/%" PRId64 " us", timeUs, mStartTimeUs);
418 ALOGV("max amplitude since last call: %d", value);
H A DNuCachedSource2.cpp140 ALOGV("copy from %zu size %zu", from, size);
261 ALOGV("disconnecting HTTPBasedSource");
322 ALOGV("fetchInternal");
397 ALOGV("onFetch");
400 ALOGV("EOS reached, done prefetching for now");
425 ALOGV("Disconnecting at high watermark");
451 ALOGV("onRead");
517 ALOGV("readAt offset %lld, size %zu", (long long)offset, size);
593 ALOGV("readInternal offset %lld size %zu", (long long)offset, size);
648 ALOGV("deferrin
[all...]
/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.c191 ALOGV("DownmixLib_Create()");
243 ALOGV("DownmixLib_Create() %p , size %zu", module, sizeof(downmix_module_t));
252 ALOGV("DownmixLib_Release() %p", handle);
265 ALOGV("DownmixLib_GetDescriptor()");
272 ALOGV("DownmixLib_GetDescriptor() nb effects=%d", kNbEffects);
274 ALOGV("DownmixLib_GetDescriptor() i=%d", i);
277 ALOGV("EffectGetDescriptor - UUID matched downmix type %d, UUID = %" PRIx32,
400 ALOGV("Downmix_Command command %" PRIu32 " cmdSize %" PRIu32, cmdCode, cmdSize);
424 ALOGV("Downmix_Command EFFECT_CMD_GET_PARAM pCmdData %p, *replySize %" PRIu32 ", pReplyData: %p",
433 ALOGV("Downmix_Comman
[all...]
/frameworks/native/libs/gui/
H A DSurface.cpp233 ALOGV("Surface::dequeueBuffer");
266 ALOGV("dequeueBuffer: IGraphicBufferProducer::dequeueBuffer"
320 ALOGV("Surface::cancelBuffer");
358 ALOGV("Surface::lockBuffer");
365 ALOGV("Surface::queueBuffer");
373 ALOGV("Surface::queueBuffer making up timestamp: %.2f ms",
499 ALOGV("Surface::query");
747 ALOGV("Surface::connect");
779 ALOGV("Surface::disconnect");
805 ALOGV("Surfac
[all...]
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp313 ALOGV("instance extension '%s' requested",
633 ALOGV("Enabling " VK_ANDROID_NATIVE_BUFFER_EXTENSION_NAME);
1072 ALOGV("TODO: vk%s", __FUNCTION__);
1076 ALOGV("TODO: vk%s", __FUNCTION__);
1081 ALOGV("TODO: vk%s", __FUNCTION__);
1090 ALOGV("TODO: vk%s", __FUNCTION__);
1095 ALOGV("TODO: vk%s", __FUNCTION__);
1103 ALOGV("TODO: vk%s", __FUNCTION__);
1108 ALOGV("TODO: vk%s", __FUNCTION__);
1113 ALOGV("TOD
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp284 ALOGV("packet_startcode_prefix = 0x%08x", packet_startcode_prefix);
287 ALOGV("Supposedly payload_unit_start=1 unit does not start "
299 ALOGV("stream_id = 0x%02x", stream_id);
384 ALOGV("PTS_DTS_flags = %u", PTS_DTS_flags);
387 ALOGV("ESCR_flag = %u", ESCR_flag);
390 ALOGV("ES_rate_flag = %u", ES_rate_flag);
393 ALOGV("DSM_trick_mode_flag = %u", DSM_trick_mode_flag);
396 ALOGV("additional_copy_info_flag = %u", additional_copy_info_flag);
402 ALOGV("PES_header_data_length = %u", PES_header_data_length);
430 ALOGV("PT
[all...]

Completed in 2422 milliseconds

1234567891011>>