/hardware/interfaces/audio/effect/all-versions/default/ |
D | AudioBufferManager.cpp | 34 (*wrapper)->getHalBuffer()->frameCount = buffer.frameCount; in wrap() 81 mHalBuffer.frameCount = mHidlBuffer.frameCount; in init()
|
D | Effect.cpp | 201 config->buffer.frameCount = 0; in effectBufferConfigFromHal() 213 halConfig->buffer.frameCount = 0; in effectBufferConfigToHal()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/src/ |
D | vidc_common.cpp | 315 frameCount(0), 321 int rate, int scale, int frameCount) : in IvfFileHeader() argument 327 this->frameCount = frameCount; in IvfFileHeader()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/src/ |
D | vidc_common.cpp | 388 frameCount(0), 394 int rate, int scale, int frameCount) : in IvfFileHeader() argument 400 this->frameCount = frameCount; in IvfFileHeader()
|
/hardware/interfaces/automotive/evs/1.0/vts/functional/ |
D | FrameHandler.cpp | 111 void FrameHandler::waitForFrameCount(unsigned frameCount) { in waitForFrameCount() argument 114 mSignal.wait(lock, [this, frameCount](){ return mFramesReceived >= frameCount; }); in waitForFrameCount()
|
D | FrameHandler.h | 62 void waitForFrameCount(unsigned frameCount);
|
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/ |
D | ComposerClient.h | 144 uint64_t frameCount; in getDisplayedContentSample() local 150 Error error = mHal->getDisplayedContentSample(display, maxFrames, timestamp, frameCount, in getDisplayedContentSample() 153 hidl_cb(error, frameCount, sampleComponent0, sampleComponent1, sampleComponent2, in getDisplayedContentSample()
|
D | ComposerHal.h | 112 uint64_t timestamp, uint64_t& frameCount,
|
/hardware/interfaces/automotive/evs/1.1/vts/functional/ |
D | FrameHandler.cpp | 113 void FrameHandler::waitForFrameCount(unsigned frameCount) { in waitForFrameCount() argument 116 mFrameSignal.wait(lock, [this, frameCount](){ in waitForFrameCount() 117 return mFramesReceived >= frameCount; in waitForFrameCount()
|
D | FrameHandler.h | 75 void waitForFrameCount(unsigned frameCount);
|
/hardware/interfaces/graphics/composer/2.3/utils/vts/ |
D | ComposerVts.cpp | 153 uint64_t timestamp, uint64_t& frameCount, in getDisplayedContentSample() argument 164 frameCount = tmpFrameCount; in getDisplayedContentSample()
|
/hardware/qcom/audio/visualizer/ |
D | offload_visualizer.c | 329 buf.frameCount = AUDIO_CAPTURE_PERIOD_SIZE; in capture_thread_loop() 729 inBuffer->frameCount != outBuffer->frameCount || in visualizer_process() 730 inBuffer->frameCount == 0) { in visualizer_process() 740 for (inIdx = 0 ; inIdx < inBuffer->frameCount * visu_ctxt->channel_count ; inIdx++) { in visualizer_process() 751 rms_squared_acc / (inBuffer->frameCount * visu_ctxt->channel_count); in visualizer_process() 765 int len = inBuffer->frameCount * 2; in visualizer_process() 792 in_idx < inBuffer->frameCount; in visualizer_process()
|
/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/ |
D | ComposerVts.h | 76 uint64_t& frameCount, hidl_vec<uint64_t>& sampleComponent0,
|
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/ |
D | AudioPrimaryHidlHalTest.cpp | 82 size_t frameCount = stream->getBufferSize() / frameSize; in TEST_P() local 84 frameSize, frameCount, [&](auto r, auto& c, auto& d, auto&, auto&) { in TEST_P()
|
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/ |
D | HwcHal.h | 196 uint64_t& frameCount, hidl_vec<uint64_t>& sampleComponent0, in getDisplayedContentSample() argument 206 &frameCount, size, nullptr); in getDisplayedContentSample() 218 &frameCount, size, samples); in getDisplayedContentSample()
|
/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 520 uint64_t frameCount = 0; in TEST_P() local 523 frameCount, histogram[0], histogram[1], in TEST_P() 531 EXPECT_LE(frameCount, maxFrames); in TEST_P()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/inc/ |
D | vidc_debug.h | 203 uint32_t frameCount; member
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/ |
D | vidc_debug.h | 212 uint32_t frameCount; member
|
/hardware/interfaces/audio/common/all-versions/default/ |
D | HidlUtils.cpp | 36 config->frameCount = halConfig.frame_count; in audioConfigFromHal() 46 halConfig->frame_count = config.frameCount; in audioConfigToHal()
|
/hardware/interfaces/audio/effect/all-versions/vts/functional/ |
D | VtsHalAudioEffectTargetTest.cpp | 333 return lhs.id == rhs.id && lhs.frameCount == rhs.frameCount && lhs.data.handle() == nullptr && in operator ==()
|
/hardware/interfaces/audio/effect/2.0/ |
D | types.hal | 227 uint32_t frameCount;
|
/hardware/interfaces/audio/effect/5.0/ |
D | types.hal | 229 uint32_t frameCount;
|
/hardware/interfaces/audio/effect/4.0/ |
D | types.hal | 227 uint32_t frameCount;
|
/hardware/interfaces/audio/effect/6.0/ |
D | types.hal | 229 uint32_t frameCount;
|
/hardware/interfaces/graphics/composer/2.3/ |
D | IComposerClient.hal | 349 * @return frameCount The number of frames represented by this sample. 366 uint64_t frameCount,
|