Home
last modified time | relevance | path

Searched refs:AVScreenCaptureBufferType (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/include/
H A Dscreen_capture_unit_test.h36 void OnBufferAvailable(std::shared_ptr<AVBuffer> buffer, AVScreenCaptureBufferType bufferType,
38 …ssAudioBuffer(uint8_t *buffer, int32_t size, int64_t timestamp, AVScreenCaptureBufferType bufferTy…
43AVScreenCaptureBufferType bufferType = AVScreenCaptureBufferType::SCREEN_CAPTURE_BUFFERTYPE_VIDEO);
44 void InitCaptureTrackInfo(FILE *file, int32_t flag, AVScreenCaptureBufferType bufferType);
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/
H A Dscreen_capture_unit_test_state.cpp94AVScreenCaptureBufferType bufferType = AVScreenCaptureBufferType::SCREEN_CAPTURE_BUFFERTYPE_INVALI… in DumpAudioBuffer()
96 bufferType = AVScreenCaptureBufferType::SCREEN_CAPTURE_BUFFERTYPE_AUDIO_MIC; in DumpAudioBuffer()
101 bufferType = AVScreenCaptureBufferType::SCREEN_CAPTURE_BUFFERTYPE_AUDIO_INNER; in DumpAudioBuffer()
162 timestamp, AVScreenCaptureBufferType::SCREEN_CAPTURE_BUFFERTYPE_VIDEO); in DumpVideoBuffer()
179 AVScreenCaptureBufferType bufferType, int64_t timestamp) in OnBufferAvailable()
189 case AVScreenCaptureBufferType::SCREEN_CAPTURE_BUFFERTYPE_VIDEO: { in OnBufferAvailable()
202 case AVScreenCaptureBufferType::SCREEN_CAPTURE_BUFFERTYPE_AUDIO_MIC: { in OnBufferAvailable()
222 AVScreenCaptureBufferType bufferType) in DumpBuffer()
271 AVScreenCaptureBufferType bufferType) in ProcessAudioBuffer()
278 if (bufferType == AVScreenCaptureBufferType::SCREEN_CAPTURE_BUFFERTYPE_AUDIO_MIC) { in ProcessAudioBuffer()
[all …]
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/
H A Dscreen_capture_mock.h56 AVScreenCaptureBufferType bufferType, int64_t timestamp) = 0;
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Dscreen_capture.h118 enum AVScreenCaptureBufferType { enum
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp69 …mockCb->OnBufferAvailable(buffer->buffer_, static_cast<AVScreenCaptureBufferType>(bufferType), tim… in OnBufferAvailable()