Home
last modified time | relevance | path

Searched refs:g_frame (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/audio/test/sample/
H A Didl_capture.c74 char *g_frame; variable
139 if (g_frame != NULL) { in CheckInputName()
140 OsalMemFree(g_frame); in CheckInputName()
141 g_frame = NULL; in CheckInputName()
256 if (g_frame != NULL) { in StopButtonCapture()
257 OsalMemFree(g_frame); in StopButtonCapture()
258 g_frame = NULL; in StopButtonCapture()
459 strParam->frame = g_frame; in CaptureChoiceModeAndRecording()
568 g_frame = (char *)OsalMemCalloc(bufferSize); in RecordingAudioInitCapture()
569 if (g_frame in RecordingAudioInitCapture()
[all...]
H A Didl_render.c64 char *g_frame = NULL; variable
118 if (g_frame != NULL) { in CheckInputName()
119 OsalMemFree(g_frame); in CheckInputName()
120 g_frame = NULL; in CheckInputName()
240 if (g_frame != NULL) { in StopAudioFiles()
241 OsalMemFree(g_frame); in StopAudioFiles()
242 g_frame = NULL; in StopAudioFiles()
389 g_frame = (char *)OsalMemCalloc(bufferSize); in InitPlayingAudioParam()
390 if (g_frame == NULL) { in InitPlayingAudioParam()
398 g_str.frame = g_frame; in InitPlayingAudioParam()
[all...]

Completed in 3 milliseconds