Home
last modified time | relevance | path

Searched defs:frames (Results 1 – 7 of 7) sorted by relevance

/foundation/multimedia/audio_lite/services/impl/audio_source/include/
Daudio_source.h51 uint64_t frames; member
/foundation/ace/ace_engine/frameworks/core/components/test/unittest/mock/
Dwindow_mock.h59 void TriggerFrames(int32_t frames) in TriggerFrames()
/foundation/ace/ace_engine_lite/test/moduletest/common/test_app/ui_manual_test/src/main/js/default/pages/image-animator/06/
Dindex.js17 const frames = [ variable
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
Da2dp_encoder_sbc.cpp539 …Packet *pkt, size_t frames, const uint32_t bytes, uint32_t timeStamp, const uint16_t frameSize) co… in EnqueuePacket()
554 …Packet *pkt, size_t frames, const uint32_t bytes, uint32_t timeStamp, const uint16_t frameSize) co… in EnqueuePacketFragment()
/foundation/ace/ace_engine/frameworks/core/animation/
Dsvg_animate.cpp46 bool SvgAnimate::GetFrames(std::vector<std::vector<float>>& frames, std::string& type) in GetFrames()
/foundation/ace/ace_engine/frameworks/core/components/svg/
Drender_svg_base.cpp350 std::vector<std::vector<float>> frames; in PrepareTransformFrameAnimation() local
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gavdp/
Da2dp_profile_peer.cpp135 bool A2dpCodecEncoderObserver::EnqueuePacket(const Packet *packet, size_t frames, uint32_t bytes, in EnqueuePacket()