Searched refs:OH_AVScreenCaptureBufferType (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/player_framework/interfaces/kits/c/ |
H A D | native_avscreen_capture_base.h | 461 typedef enum OH_AVScreenCaptureBufferType { enum 468 } OH_AVScreenCaptureBufferType; typedef 514 * @param bufferType Data type of the buffer, see {@link OH_AVScreenCaptureBufferType} 522 OH_AVScreenCaptureBufferType bufferType, int64_t timestamp, void *userData);
|
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/ |
H A D | native_avscreen_capture.cpp | 92 void OnBufferAvailable(struct OH_AVScreenCapture *capture, OH_AVScreenCaptureBufferType bufferType) in OnBufferAvailable() 96 case OH_AVScreenCaptureBufferType::OH_SCREEN_CAPTURE_BUFFERTYPE_VIDEO: in OnBufferAvailable() 99 case OH_AVScreenCaptureBufferType::OH_SCREEN_CAPTURE_BUFFERTYPE_AUDIO_INNER: // fall-through in OnBufferAvailable() 100 case OH_AVScreenCaptureBufferType::OH_SCREEN_CAPTURE_BUFFERTYPE_AUDIO_MIC: in OnBufferAvailable() 142 OH_AVScreenCaptureBufferType bufferType) in OnProcessAudioBuffer() 151 if (bufferType == OH_AVScreenCaptureBufferType::OH_SCREEN_CAPTURE_BUFFERTYPE_AUDIO_INNER) { in OnProcessAudioBuffer() 153 } else if (bufferType == OH_AVScreenCaptureBufferType::OH_SCREEN_CAPTURE_BUFFERTYPE_AUDIO_MIC) { in OnProcessAudioBuffer() 214 OH_AVScreenCaptureBufferType::OH_SCREEN_CAPTURE_BUFFERTYPE_VIDEO, timestamp, userData_); in OnProcessVideoBuffer() 273 OH_AVScreenCaptureBufferType::OH_SCREEN_CAPTURE_BUFFERTYPE_AUDIO_MIC); 276 OH_AVScreenCaptureBufferType [all...] |
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/include/ |
H A D | screen_capture_capi_mock.h | 71 OH_AVScreenCaptureBufferType bufferType, int64_t timestamp, void *userData);
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/ |
H A D | screen_capture_capi_mock.cpp | 64 OH_AVScreenCaptureBufferType bufferType, int64_t timestamp, void *userData) in OnBufferAvailable()
|
Completed in 4 milliseconds