Home
last modified time | relevance | path

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

/test/xts/acts/hiviewdfx/hidebugtest/hidebugtestcoltest/entry/src/main/cpp/
Dbacktrace.cpp86 void BackTraceObject::PrintStackFrame(void *pc, const HiDebug_StackFrame &frame) in PrintStackFrame()
122 [](void *pc, void *arg, const HiDebug_StackFrame *frame) { in SymbolicAddress()
132 [](void *pc, void *arg, const HiDebug_StackFrame *frame) { in SymbolicInvalidAddress()
/test/xts/dcts/communication/softbus_standard/transmission/sendstream/
Dtrans_stream_test.cpp80 StreamFrameInfo frame = {0}; variable
126 StreamFrameInfo frame = {0}; variable
/test/xts/dcts/communication/softbus_standard/transmission/sessionmgt/
Dtrans_session_func_test.cpp408 StreamFrameInfo frame = {0}; variable
456 StreamFrameInfo frame = {0}; variable
504 StreamFrameInfo frame = {0}; variable
/test/testfwk/arkxtest/uitest/addon/
Dscreen_copy.cpp167 shared_ptr<PixelMap> frame = dm.GetScreenshot(displayId); in PollAndNotifyFrames() local
184 void ScreenCopy::UpdateFrameLocked(shared_ptr<PixelMap> frame, bool &changed, bool &screenOff) in UpdateFrameLocked()
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/
DAudioCaptureCommonTestAdditional.cpp1029 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
1104 int8_t *frame = (int8_t *)calloc(1, sizeof(int)); variable
1128 int8_t *frame = (int8_t *)calloc(1, sizeof(int)); variable
1151 int8_t *frame = (int8_t *)calloc(1, sizeof(int)); variable
1240 int8_t *frame = (int8_t *)calloc(1, sizeof(int)); variable
2542 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
/test/xts/hats/hdf/audio/idl/common/render/src/
Daudio_render_common_test.cpp418 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
626 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
641 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
/test/xts/hats/hdf/audio/idl/common/capture/src/
Daudio_capture_common_test.cpp203 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
225 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.py394 def handler_ctrl_c(self, signalnum, frame): argument
397 def handler_ctrl_z(self, signalnum, frame): argument
/test/xts/hats/hdf/audio/idl/common/render_additional/src/
DAudioRenderCommonTest.cpp216 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
239 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
262 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
300 int8_t *frame = (int8_t *)calloc(1, frameLen); variable
/test/xts/hats/hdf/audio/idl/benchmarktest/capture/
Daudio_capture_benchmarktest.cpp210 int8_t *frame = (int8_t *)calloc(1, frameLen); in BENCHMARK_F() local
240 int8_t *frame = (int8_t *)calloc(1, frameLen); in BENCHMARK_F() local
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py86 def handler_terminate_signal(cls, signalnum, frame): argument
/test/xts/dcts/distributedhardware/distributedaudiotest/
Ddistributedaudiotest.cpp353 uint8_t *frame = new uint8_t[RENDER_FRAME_SIZE](); in StartRender() local
/test/xts/dcts/communication/softbus_standard/dsoftbusTest/
DdsoftbusTest.cpp126 …eceived(int sessionId, const StreamData *data, const StreamData *ext, const StreamFrameInfo *frame) in StreamReceived()
/test/xts/dcts/distributedhardware/distributedaudionewtest/
Ddistributedaudiotest.cpp357 uint8_t *frame = new uint8_t[RENDER_FRAME_SIZE](); in StartRender() local
/test/xts/hats/hdf/audio/idl/benchmarktest/render/
Daudio_render_benchmarktest.cpp642 int8_t *frame = (int8_t *)calloc(1, frameLen); in BENCHMARK_F() local
/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.c559 …eceived(int sessionId, const StreamData *data, const StreamData *ext, const StreamFrameInfo *frame) in StreamReceived()