Home
last modified time | relevance | path

Searched defs:frameData (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_extension/src/
H A Daudio_render_ext_impl_test.cpp174 int8_t* frameData = new int8_t[frameLength]; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_render_interface/src/
H A Daudio_render_interface_impl_test.cpp770 int8_t* frameData = new int8_t[frameLength]; variable
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp1027 FormatFrame frameData; in DataSourceProcess() local
1110 FormatFrame frameData; in AudioSourceProcess() local
1193 FormatFrame frameData; in VideoSourceProcess() local
/ohos5.0/drivers/peripheral/wlan/hal/src/
H A Dwifi_hal.c359 static int32_t SendActionFrameInner(const char *ifName, uint32_t freq, const uint8_t *frameData, ui… in SendActionFrameInner()
607 static int32_t SendActionFrame(const char *ifName, uint32_t freq, const uint8_t *frameData, uint32_… in SendActionFrame()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp77 auto ClearAndReserve = [](const size_t count, auto& frameData) { in BeginFrame()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.h68 FrameData frameData; member
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dwlan_hdi_direct_test.cpp696 uint8_t frameData[ETH_ADDR_LEN] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
/ohos5.0/drivers/peripheral/audio/test/unittest/supportlibs/interface_lib_render/src/
H A Daudio_alsa_if_lib_render_test.cpp28 constexpr int32_t frameData = 16 * 1024; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_ext_impl.cpp102 int8_t* frameData, const size_t frameLength) in FadeInProcess()
H A Daudio_render_interface_impl.cpp75 int8_t *frameData, const size_t frameLength) in FadeInProcess()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_decoder.cpp803 uint8_t *frameData = (uint8_t *) malloc(frameRemuxSize); in GetFrameData() local
H A Dapng_image_player.cpp281 uint8_t *frameData = apngDecoder_->GetFrameData(index, &size); in GetImage() local
/ohos5.0/drivers/peripheral/wlan/test/unittest/client/
H A Dhdf_client_test.cpp558 uint8_t frameData = 0; variable
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c1156 int32_t WifiSendActionFrame(const char *ifName, uint32_t freq, const uint8_t *frameData, uint32_t f… in WifiSendActionFrame()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile.cpp1133 auto frameData = (uint8_t *)malloc(packetSize); in ProcessSinkStream() local
/ohos5.0/drivers/peripheral/wlan/hdi_service/service_common/
H A Dwlan_common_cmd.c1607 const uint8_t *frameData, uint32_t frameDataLen) in WlanInterfaceSendActionFrame()
/ohos5.0/drivers/peripheral/wlan/test/unittest/hal/
H A Dwifi_hal_test.cpp2221 uint8_t frameData[IFNAME_MAX_NUM - 1] = {0x12, 0x34, 0x56, 0x78, 0xab, 0xcd}; variable
/ohos5.0/drivers/peripheral/wlan/client/src/netlink/
H A Dnetlink_cmd_adapter.c3295 int32_t WifiSendActionFrame(const char *ifName, uint32_t freq, const uint8_t *frameData, uint32_t f… in WifiSendActionFrame()