Lines Matching refs:mName

255     mName = mComponentName.c_str();  in setComponent()
260 ALOGV("[%s] setInputSurface", mName); in setInputSurface()
277 ALOGD("[%s] buffers after EOS ignored (%lld us)", mName, (long long)timeUs); in queueInputBufferInternal()
287 ALOGV("[%s] input EOS", mName); in queueInputBufferInternal()
292 ALOGV("[%s] queueInputBuffer: buffer->size() = %zu", mName, buffer->size()); in queueInputBufferInternal()
322 mName, released ? "" : "not "); in queueInputBufferInternal()
326 "buffer starvation on component.", mName); in queueInputBufferInternal()
386 mName, (buffer == nullptr) ? "(copy)" : "", released ? "" : "not "); in queueInputBufferInternal()
396 ALOGD("[%s] setParameters is only supported in the running state.", mName); in setParameters()
409 ALOGD("[%s] No more buffers should be queued at current state.", mName); in queueInputBuffer()
422 ALOGD("[%s] No more buffers should be queued at current state.", mName); in queueSecureInputBuffer()
498 mName, returnVoid.description().c_str(), status, result); in queueSecureInputBuffer()
507 ALOGV("[%s] descramble succeeded, %zd bytes", mName, result); in queueSecureInputBuffer()
521 ALOGV("[%s] We're not running --- no input buffer reported", mName); in feedInputBufferIfAvailable()
548 ALOGV("[%s] no new buffer available", mName); in feedInputBufferIfAvailableInternal()
552 ALOGV("[%s] new input index = %zu [%p]", mName, index, inBuffer.get()); in feedInputBufferIfAvailableInternal()
559 ALOGV("[%s] renderOutputBuffer: %p", mName, buffer.get()); in renderOutputBuffer()
579 mName); in renderOutputBuffer()
587 ALOGV("[%s] queuing gfx buffer with %zu infos", mName, infoParams.size()); in renderOutputBuffer()
645 ALOGI("[%s] cannot render buffer without surface", mName); in renderOutputBuffer()
652 ALOGD("[%s] expected 1 graphic block, but got %zu", mName, blocks.size()); in renderOutputBuffer()
711 ALOGI("[%s] queueBuffer failed: %d", mName, result); in renderOutputBuffer()
714 ALOGV("[%s] queue buffer successful", mName); in renderOutputBuffer()
724 ALOGV("[%s] discardBuffer: %p", mName, buffer.get()); in discardBuffer()
742 ALOGD("[%s] MediaCodec discarded an unknown buffer", mName); in discardBuffer()
846 mName, params.size(), asString(err), err); in start()
858 mName, inputAllocators->m.values[0]); in start()
867 mName, pools->inputAllocatorId, in start()
878 mName, (unsigned long long)inputPoolId, in start()
897 input->buffers.reset(new DummyInputBuffers(mName)); in start()
899 input->buffers.reset(new GraphicMetadataInputBuffers(mName)); in start()
904 input->buffers.reset(new GraphicInputBuffers(numInputSlots, mName)); in start()
928 numInputSlots, mName)); in start()
931 input->buffers.reset(new LinearInputBuffers(mName)); in start()
984 mName, params.size(), asString(err), err); in start()
996 mName, outputAllocators->m.values[0]); in start()
1012 mName, params.size(), asString(err), err); in start()
1024 mName, surfaceAllocator->value); in start()
1040 mName, pools->outputAllocatorId, in start()
1060 mName, (unsigned long long)poolIdsTuning->m.values[0], asString(err)); in start()
1069 output->buffers.reset(new GraphicOutputBuffers(mName)); in start()
1071 output->buffers.reset(new RawGraphicOutputBuffers(numOutputSlots, mName)); in start()
1074 output->buffers.reset(new LinearOutputBuffers(mName)); in start()
1153 ALOGW("[%s] start: cannot allocate memory at all", mName); in requestInitialInputBuffers()
1157 mName, i); in requestInitialInputBuffers()
1164 ALOGV("[%s] input buffer %zu available", mName, index); in requestInitialInputBuffers()
1178 mName, buffer->capacity(), config->size()); in requestInitialInputBuffers()
1198 ALOGV("[%s] Error while queueing initial buffers", mName); in requestInitialInputBuffers()
1213 ALOGV("[%s] flush", mName); in flush()
1222 ALOGD("[%s] no linear codec config data found", mName); in flush()
1228 ALOGD("[%s] failed to map flushed codec config data: %d", mName, view.error()); in flush()
1232 ALOGV("[%s] stashed flushed codec config data (size=%u)", mName, view.capacity()); in flush()
1283 mName, outputFormat->debugString().c_str()); in handleWork()
1300 ALOGD("[%s] Discard frames from previous generation.", mName); in handleWork()
1311 ALOGD("[%s] flushed work; ignored.", mName); in handleWork()
1316 ALOGD("[%s] work failed to complete: %d", mName, work->result); in handleWork()
1324 mName, work->worklets.size()); in handleWork()
1335 mName, worklet->output.buffers.size()); in handleWork()
1341 ALOGD("[%s] onWorkDone: nullptr found in buffers; ignored.", mName); in handleWork()
1357 mName, reorderDepth.value); in handleWork()
1370 ALOGD("[%s] onWorkDone: failed to read reorder depth", mName); in handleWork()
1379 mName, reorderKey.value); in handleWork()
1381 ALOGD("[%s] onWorkDone: failed to read reorder key", mName); in handleWork()
1390 mName, pipelineDelay.value); in handleWork()
1399 mName, inputDelay.value); in handleWork()
1408 mName, outputDelay.value); in handleWork()
1425 mName, numOutputSlots); in handleWork()
1452 mName, param->index()); in handleWork()
1469 mName, input->numExtraSlots); in handleWork()
1478 ALOGV("[%s] onWorkDone: output EOS", mName); in handleWork()
1498 mName, in handleWork()
1509 ALOGV("[%s] onWorkDone: csd index = %zu [%p]", mName, index, outBuffer.get()); in handleWork()
1514 ALOGD("[%s] onWorkDone: unable to register csd", mName); in handleWork()
1523 mName, work->input.ordinal.frameIndex.peekull()); in handleWork()
1580 ALOGV("[%s] sendOutputBuffers: unable to register output buffer", mName); in sendOutputBuffers()
1597 mName, index, outBuffer.get(), outBuffer->data(), outBuffer->size(), in sendOutputBuffers()
1617 ALOGE("[%s] setting output surface to null", mName); in setSurface()
1634 ALOGI("[%s] setSurface: component setOutputSurface failed", mName); in setSurface()