Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 6 of 6) sorted by relevance

/test/developertest/src/core/command/
Dconsole.py67 def handler_ctrl_c(self, signalnum, frame): argument
70 def handler_ctrl_z(self, signalnum, frame): argument
/test/xts/hats/hdf/audio/hdi/capture/captureTest/src/
Daudio_hdicapture_test.cpp199 char *frame = (char *)calloc(1, BUFFER_SIZE); variable
224 char *frame = nullptr; variable
258 char *frame = (char *)calloc(1, BUFFER_SIZE); variable
291 char *frame = (char *)calloc(1, BUFFER_SIZE); variable
321 char *frame = (char *)calloc(1, BUFFER_SIZE); variable
354 char *frame = (char *)calloc(1, BUFFER_SIZE); variable
/test/xts/hats/hdf/audio/common/hdi_common/src/
Daudio_hdi_common.cpp329 char *frame = nullptr; in AudioRenderStartAndOneFrame() local
464 char *frame = nullptr; in FrameStart() local
517 char *frame = nullptr; in FrameStartCapture() local
537 int32_t RenderFramePrepare(const std::string &path, char *&frame, uint64_t &readSize) in RenderFramePrepare()
598 char *frame = (char *)calloc(1, BUFFER_LENTH); in StartRecord() local
/test/xts/hats/hdf/audio/hdi/render/renderTest/src/
Daudio_hdirender_test.cpp377 char *frame = nullptr; variable
411 char *frame = nullptr; variable
445 char *frame = nullptr; variable
471 char *frame = nullptr; variable
506 char *frame = nullptr; variable
/test/xdevice/src/xdevice/_core/command/
Dconsole.py72 def handler_terminate_signal(cls, signalnum, frame): argument
/test/xts/hats/hdf/audio/common/hdi_common/include/
Daudio_hdi_common.h204 char *frame; member