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 D | screen_capture_unit_test.h | 36 void OnBufferAvailable(std::shared_ptr<AVBuffer> buffer, AVScreenCaptureBufferType bufferType, 38 …ssAudioBuffer(uint8_t *buffer, int32_t size, int64_t timestamp, AVScreenCaptureBufferType bufferTy… 43 …AVScreenCaptureBufferType 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 D | screen_capture_unit_test_state.cpp | 94 …AVScreenCaptureBufferType 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 D | screen_capture_mock.h | 56 AVScreenCaptureBufferType bufferType, int64_t timestamp) = 0;
|
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | screen_capture.h | 118 enum AVScreenCaptureBufferType { enum
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/ |
H A D | screen_capture_capi_mock.cpp | 69 …mockCb->OnBufferAvailable(buffer->buffer_, static_cast<AVScreenCaptureBufferType>(bufferType), tim… in OnBufferAvailable()
|