Home
last modified time | relevance | path

Searched refs:OH_AVBuffer_GetCapacity (Results 1 - 16 of 16) sorted by relevance

/foundation/multimedia/media_foundation/interface/kits/c/
H A Dnative_avbuffer.h113 int32_t OH_AVBuffer_GetCapacity(OH_AVBuffer *buffer);
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avbuffer/capi/
H A Davbuffer_capi_mock.cpp35 return OH_AVBuffer_GetCapacity(buffer_); in GetCapacity()
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/capi/
H A Davbuffer_capi_mock.cpp35 return OH_AVBuffer_GetCapacity(buffer_); in GetCapacity()
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/
H A Davbuffer_framework_unit_test.cpp679 EXPECT_EQ(-1, OH_AVBuffer_GetCapacity(nullptr)); in HWTEST_F()
691 EXPECT_EQ(-1, OH_AVBuffer_GetCapacity(buffer)); in HWTEST_F()
705 EXPECT_EQ(-1, OH_AVBuffer_GetCapacity(buffer)); in HWTEST_F()
718 EXPECT_EQ(-1, OH_AVBuffer_GetCapacity(buffer)); in HWTEST_F()
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp218 int32_t bufferSize = OH_AVBuffer_GetCapacity(buffer); in InputFuncFUZZ()
444 int32_t size = OH_AVBuffer_GetCapacity(buffer); in SendData()
/foundation/multimedia/av_codec/test/fuzztest/encoderapi11_fuzzer/
H A Dvideoenc_api11_sample.cpp295 int32_t size = OH_AVBuffer_GetCapacity(buffer); in PushData()
450 attr.size = OH_AVBuffer_GetCapacity(buffer); in InputFunc()
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.cpp218 int32_t bufferSize = OH_AVBuffer_GetCapacity(buffer); in InputFuncFUZZ()
444 int32_t size = OH_AVBuffer_GetCapacity(buffer); in SendData()
/foundation/multimedia/media_foundation/src/capi/
H A Dnative_avbuffer.cpp134 int32_t OH_AVBuffer_GetCapacity(OH_AVBuffer *buffer) in OH_AVBuffer_GetCapacity() function
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp419 buf.capacity = OH_AVBuffer_GetCapacity(buf.cavbuf); in WaitForInput()
488 buf.capacity = OH_AVBuffer_GetCapacity(buf.cavbuf); in WaitForOutput()
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Daudio_encoder.cpp148 int32_t bufferCap = OH_AVBuffer_GetCapacity(bufferInfo->buffer); in EnqueueBuffer()
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/
H A Davdemuxer_demo_runner.cpp94 OH_AVBuffer_GetCapacity(data), buffer, length); in AVSourceReadAt()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp558 int32_t size = OH_AVBuffer_GetCapacity(buffer); in CheckAndReturnBufferSize()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp934 int32_t size = OH_AVBuffer_GetCapacity(buffer); in PushData()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp691 int32_t size = OH_AVBuffer_GetCapacity(buffer); in CheckAndReturnBufferSize()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp681 int32_t size = OH_AVBuffer_GetCapacity(buffer); in CheckAndReturnBufferSize()
/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.cpp224 OH_AVBuffer_GetCapacity(data), buffer, length); in AVSourceReadAt()

Completed in 19 milliseconds