/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/ |
D | audio_idl_hdicapture_test.cpp | 82 int8_t *frame = (int8_t *)calloc(1, BUFFER_SIZE); variable 103 int8_t *frame = nullptr; variable 125 int8_t *frame = (int8_t *)calloc(1, BUFFER_SIZE); variable 152 int8_t *frame = (int8_t *)calloc(1, BUFFER_SIZE); variable 175 int8_t *frame = (int8_t *)calloc(1, BUFFER_SIZE); variable 201 int8_t *frame = (int8_t *)calloc(1, BUFFER_SIZE); variable
|
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
D | hdmi_infoframe.c | 367 static int32_t HdmiInfoFrameSend(struct HdmiInfoFrame *frame, union HdmiInfoFrameInfo *infoFrame) in HdmiInfoFrameSend() 499 int32_t HdmiAviInfoFrameSend(struct HdmiInfoFrame *frame, bool enable) in HdmiAviInfoFrameSend() 569 int32_t HdmiAudioInfoFrameSend(struct HdmiInfoFrame *frame, bool enable) in HdmiAudioInfoFrameSend() 609 int32_t HdmiDrmInfoFrameSend(struct HdmiInfoFrame *frame, bool enable) in HdmiDrmInfoFrameSend() 680 static void HdmiFillVsInfoFrame(struct HdmiInfoFrame *frame, const struct HdmiVideoAttr *videoAttr, in HdmiFillVsInfoFrame() 704 int32_t HdmiVsInfoFrameSend(struct HdmiInfoFrame *frame, bool enable, bool dolbyEnable) in HdmiVsInfoFrameSend() 759 int32_t HdmiSpdInfoFrameSend(struct HdmiInfoFrame *frame, bool enable, in HdmiSpdInfoFrameSend() 784 int32_t HdmiInfoFrameGetInfo(struct HdmiInfoFrame *frame, enum HdmiPacketType type, in HdmiInfoFrameGetInfo() 811 int32_t HdmiInfoFrameSetInfo(struct HdmiInfoFrame *frame, enum HdmiPacketType type, in HdmiInfoFrameSetInfo()
|
D | hdmi_dispatch.c | 187 union HdmiInfoFrameInfo *frame = NULL; in HdmiCmdInfoFrameSet() local 208 union HdmiInfoFrameInfo frame = {0}; in HdmiCmdInfoFrameGet() local
|
D | hdmi_core.c | 1375 …ntlrInfoFrameGet(struct HdmiCntlr *cntlr, enum HdmiPacketType type, union HdmiInfoFrameInfo *frame) in HdmiCntlrInfoFrameGet() 1383 …ntlrInfoFrameSet(struct HdmiCntlr *cntlr, enum HdmiPacketType type, union HdmiInfoFrameInfo *frame) in HdmiCntlrInfoFrameSet()
|
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/ |
D | audio_idl_hdirender_test.cpp | 132 char *frame = nullptr; variable 159 char *frame = nullptr; variable 186 char *frame = nullptr; variable 205 char *frame = nullptr; variable 233 char *frame = nullptr; variable
|
/drivers/hdf_core/framework/model/input/driver/touchscreen/ |
D | touch_ft6336.c | 66 static int32_t ParsePointData(FrameData *frame, uint8_t *buf, uint8_t pointNum) in ParsePointData() 97 FrameData *frame = &device->driver->frameData; in ChipDataHandle() local
|
D | touch_ft5406.c | 71 static int32_t ParsePointData(ChipDevice *device, FrameData *frame, uint8_t pointNum) in ParsePointData() 123 FrameData *frame = &device->driver->frameData; in ChipDataHandle() local 216 FrameData *frame = &driver->frameData; in ChipWorkPoll() local
|
D | touch_gt911.c | 103 static void ParsePointData(ChipDevice *device, FrameData *frame, uint8_t *buf, uint8_t pointNum) in ParsePointData() 168 FrameData *frame = &device->driver->frameData; in ChipDataHandle() local
|
D | touch_ft5x06.c | 220 static int32_t ParsePointData(ChipDevice *device, FrameData *frame, uint8_t *buf, uint8_t pointNum,… in ParsePointData() 282 FrameData *frame = &device->driver->frameData; in ChipDataHandle() local
|
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/ |
D | hdi_service_common.cpp | 351 char *frame = nullptr; in AudioRenderStartAndOneFrame() local 439 int8_t *frame, uint32_t requestBytes, uint64_t *replyBytes) in RenderTryOneFrame() 482 char *frame = nullptr; in FrameStart() local 530 char *frame = nullptr; in FrameStartCapture() local 549 int32_t RenderFramePrepare(const std::string &path, char *&frame, uint64_t &readSize) in RenderFramePrepare() 599 int8_t *frame, uint32_t *replyBytes, uint64_t *requestBytes) in CaptureTryOneFrame() 637 char *frame = reinterpret_cast<char *>(calloc(1, BUFFER_LENTH)); in StartRecord() local
|
/drivers/peripheral/display/hal/default_standard/src/utils/ |
D | display_adapter.cpp | 112 int32_t DisplayAdapter::FbFresh(int32_t devFd, DisplayFrameInfo &frame) in FbFresh()
|
/drivers/peripheral/audio/test/unittest/common/render/ |
D | audio_render_common_test.cpp | 441 int8_t *frame = (int8_t *)calloc(1, frameLen); variable 649 int8_t *frame = (int8_t *)calloc(1, frameLen); variable 664 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
|
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/ |
D | audio_hdi_common.cpp | 398 char *frame = nullptr; in AudioRenderStartAndOneFrame() local 544 char *frame = nullptr; in FrameStart() local 597 char *frame = nullptr; in FrameStartCapture() local 617 int32_t RenderFramePrepare(const std::string &path, char *&frame, uint64_t &readSize) in RenderFramePrepare() 682 char *frame = reinterpret_cast<char *>(calloc(1, BUFFER_LENTH)); in StartRecord() local
|
/drivers/peripheral/audio/test/fuzztest/audio_hdi_fuzzer/audiocapture_fuzzer/ |
D | audiocapture_fuzzer.cpp | 88 int8_t frame[BUFFER_LENTH] = {0}; in CaptureFucSwitch() local
|
/drivers/peripheral/audio/test/unittest/common/capture/ |
D | audio_capture_common_test.cpp | 206 int8_t *frame = (int8_t *)calloc(1, frameLen); variable 228 int8_t *frame = (int8_t *)calloc(1, sizeof(int)); variable 256 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
|
/drivers/peripheral/audio/test/sample/ |
D | framework_common.h | 67 char *frame; member
|
D | idl_render.c | 49 char *frame; member 327 char *frame = param->frame; in FrameStart() local
|
D | idl_capture.c | 332 char *frame = (char *)OsalMemCalloc(bufferSize); in FrameStartCapture() local
|
/drivers/peripheral/audio/test/systemtest/common/adm_common/src/ |
D | audio_adm_common.cpp | 92 int32_t AdmRenderFramePrepare(const std::string& path, char *&frame, uint32_t& readSize, uint32_t& … in AdmRenderFramePrepare()
|
/drivers/peripheral/audio/supportlibs/adm_adapter/src/ |
D | audio_interface_lib_capture.c | 868 char *frame, uint32_t frameCount, uint32_t dataSize) in AudioInputCaptureReadInfoToHandleData() 889 char *frame = NULL; in AudioOutputCaptureRead() local
|
/drivers/peripheral/audio/test/benchmarktest/capture/ |
D | audio_capture_benchmarktest.cpp | 210 int8_t *frame = (int8_t *)calloc(1, frameLen); in BENCHMARK_F() local 239 int8_t *frame = (int8_t *)calloc(1, frameLen); in BENCHMARK_F() local
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
D | audio_render.cpp | 307 int32_t AudioRenderRenderFrame(struct AudioRender *render, const void *frame, in AudioRenderRenderFrame()
|
/drivers/peripheral/audio/hdi_service/primary_impl/src/ |
D | audio_capture.c | 715 struct IAudioCapture *capture, int8_t *frame, uint32_t *frameLen, uint64_t *replyBytes) in AudioCaptureCaptureFrame()
|
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/ |
D | hdi_service_common.h | 163 char *frame; member
|
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/ |
D | audio_hdi_common.h | 189 char *frame; member
|