Home
last modified time | relevance | path

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

/test/xts/dcts/communication/softbus_standard/transmission/sendstream/
Dtrans_stream_test.cpp80 StreamFrameInfo frame = {0}; variable
125 StreamFrameInfo frame = {0}; variable
/test/xts/dcts/communication/softbus_standard/transmission/sessionmgt/
Dtrans_session_func_test.cpp412 StreamFrameInfo frame = {0}; variable
460 StreamFrameInfo frame = {0}; variable
508 StreamFrameInfo frame = {0}; variable
/test/xts/hats/hdf/audio/idl/common/capture/src/
Daudio_capture_common_test.cpp204 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
226 int8_t *frame = (int8_t *)calloc(1, sizeof(int)); variable
254 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
/test/testfwk/developer_test/src/core/command/
Dconsole.py69 def handler_ctrl_c(self, signalnum, frame): argument
72 def handler_ctrl_z(self, signalnum, frame): argument
/test/xts/hats/hdf/audio/idl/common/render/src/
Daudio_render_common_test.cpp599 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
614 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
Daudio_capture_benchmarktest.cpp207 int8_t *frame = (int8_t *)calloc(1, frameLen); in BENCHMARK_F() local
235 int8_t *frame = (int8_t *)calloc(1, frameLen); in BENCHMARK_F() local
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py80 def handler_terminate_signal(cls, signalnum, frame): argument
/test/xts/dcts/distributedhardware/distributedaudiotest/
Ddistributedaudiotest.cpp277 uint8_t *frame = new uint8_t[RENDER_FRAME_SIZE](); in StartRender() local
/test/xts/dcts/communication/softbus_standard/dsoftbusTest/
DdsoftbusTest.cpp132 …eceived(int sessionId, const StreamData *data, const StreamData *ext, const StreamFrameInfo *frame) in StreamReceived()
/test/xts/hats/hdf/audio/idl/benchmarktest/render/
Daudio_render_benchmarktest.cpp553 int8_t *frame = (int8_t *)calloc(1, frameLen); in BENCHMARK_F() local
/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.c611 …eceived(int sessionId, const StreamData *data, const StreamData *ext, const StreamFrameInfo *frame) in StreamReceived()