Home
last modified time | relevance | path

Searched refs:frameCount (Results 1 – 25 of 30) sorted by relevance

12

/hardware/interfaces/audio/effect/all-versions/default/
DAudioBufferManager.cpp34 (*wrapper)->getHalBuffer()->frameCount = buffer.frameCount; in wrap()
81 mHalBuffer.frameCount = mHidlBuffer.frameCount; in init()
DEffect.cpp201 config->buffer.frameCount = 0; in effectBufferConfigFromHal()
213 halConfig->buffer.frameCount = 0; in effectBufferConfigToHal()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/src/
Dvidc_common.cpp315 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/
Dvidc_common.cpp388 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/
DFrameHandler.cpp111 void FrameHandler::waitForFrameCount(unsigned frameCount) { in waitForFrameCount() argument
114 mSignal.wait(lock, [this, frameCount](){ return mFramesReceived >= frameCount; }); in waitForFrameCount()
DFrameHandler.h62 void waitForFrameCount(unsigned frameCount);
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerClient.h144 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()
DComposerHal.h112 uint64_t timestamp, uint64_t& frameCount,
/hardware/interfaces/automotive/evs/1.1/vts/functional/
DFrameHandler.cpp113 void FrameHandler::waitForFrameCount(unsigned frameCount) { in waitForFrameCount() argument
116 mFrameSignal.wait(lock, [this, frameCount](){ in waitForFrameCount()
117 return mFramesReceived >= frameCount; in waitForFrameCount()
DFrameHandler.h75 void waitForFrameCount(unsigned frameCount);
/hardware/interfaces/graphics/composer/2.3/utils/vts/
DComposerVts.cpp153 uint64_t timestamp, uint64_t& frameCount, in getDisplayedContentSample() argument
164 frameCount = tmpFrameCount; in getDisplayedContentSample()
/hardware/qcom/audio/visualizer/
Doffload_visualizer.c329 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/
DComposerVts.h76 uint64_t& frameCount, hidl_vec<uint64_t>& sampleComponent0,
/hardware/interfaces/audio/core/all-versions/vts/functional/4.0/
DAudioPrimaryHidlHalTest.cpp82 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/
DHwcHal.h196 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/
DVtsHalGraphicsComposerV2_3TargetTest.cpp520 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/
Dvidc_debug.h203 uint32_t frameCount; member
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/
Dvidc_debug.h212 uint32_t frameCount; member
/hardware/interfaces/audio/common/all-versions/default/
DHidlUtils.cpp36 config->frameCount = halConfig.frame_count; in audioConfigFromHal()
46 halConfig->frame_count = config.frameCount; in audioConfigToHal()
/hardware/interfaces/audio/effect/all-versions/vts/functional/
DVtsHalAudioEffectTargetTest.cpp333 return lhs.id == rhs.id && lhs.frameCount == rhs.frameCount && lhs.data.handle() == nullptr && in operator ==()
/hardware/interfaces/audio/effect/2.0/
Dtypes.hal227 uint32_t frameCount;
/hardware/interfaces/audio/effect/5.0/
Dtypes.hal229 uint32_t frameCount;
/hardware/interfaces/audio/effect/4.0/
Dtypes.hal227 uint32_t frameCount;
/hardware/interfaces/audio/effect/6.0/
Dtypes.hal229 uint32_t frameCount;
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal349 * @return frameCount The number of frames represented by this sample.
366 uint64_t frameCount,

12