Searched refs:inputBufSize (Results 1 - 10 of 10) sorted by relevance
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeFunctionTest.cpp | 186 int32_t inputBufSize; in getAVFormatFlac() local 190 inputBufSize = COMMON_FLAC_NUM * channelCount * bitsPerSample; in getAVFormatFlac() 194 inputBufSize = COMMON_FLAC_NUM * channelCount * bitsPerSample; in getAVFormatFlac() 198 inputBufSize = COMMON_FLAC_NUM * channelCount * bitsPerSample; in getAVFormatFlac() 202 inputBufSize = COMMON_FLAC_NUM * UNKNOWN_CHANNEL * bitsPerSample; in getAVFormatFlac() 208 OH_AVFormat_SetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, inputBufSize); in getAVFormatFlac()
|
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/ |
H A D | AudioEncoderDemoCommon.cpp | 304 info.size = inputBufSize; in NativePushInput() 356 inputFile_.read((char*)OH_AVMemory_GetAddr(buffer), inputBufSize); in NativeInputFunc() 480 OH_AVFormat_GetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, &inputBufSize); in NativeCreateToStart() 484 inputBufSize = channels * AAC_FRAME_SIZE * AAC_DEFAULT_BYTES_PER_SAMPLE; in NativeCreateToStart() 570 OH_AVFormat_GetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, &inputBufSize); in NativeRunCaseWithoutCreate() 574 inputBufSize = channels * AAC_FRAME_SIZE * AAC_DEFAULT_BYTES_PER_SAMPLE; in NativeRunCaseWithoutCreate() 818 OH_AVFormat_GetIntValue(format, OH_MD_KEY_MAX_INPUT_SIZE, &inputBufSize); in TestRunCase() 822 inputBufSize = channels * AAC_FRAME_SIZE * AAC_DEFAULT_BYTES_PER_SAMPLE; in TestRunCase() 1098 inputFile_.read((char*)buffer->GetBase(), inputBufSize); in InnerInputFunc() 1106 info.size = inputBufSize; in InnerInputFunc() [all...] |
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/include/ |
H A D | AudioEncoderDemoCommon.h | 233 int32_t inputBufSize = INPUT_FRAME_BYTES; member in OHOS::MediaAVCodec::AudioEncoderDemo
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_decoder.cpp | 81 inputPortInfo.inputBufSize = static_cast<uint32_t>(maxInputSize); in SetupPort()
|
H A D | image_codec.cpp | 350 if (portIndex == OMX_DirInput && info.inputBufSize.has_value()) { in SetVideoPortInfo() 351 def.nBufferSize = info.inputBufSize.value(); in SetVideoPortInfo()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec.h | 103 std::optional<uint32_t> inputBufSize; member
|
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec.h | 117 std::optional<uint32_t> inputBufSize; member
|
H A D | hcodec.cpp | 513 if (portIndex == OMX_DirInput && info.inputBufSize.has_value()) { in SetVideoPortInfo() 514 def.nBufferSize = info.inputBufSize.value(); in SetVideoPortInfo()
|
H A D | hdecoder.cpp | 106 inputPortInfo.inputBufSize = static_cast<uint32_t>(maxInputSize); in SetupPort()
|
H A D | hencoder.cpp | 350 info.inputBufSize = inSize; in CalcInputBufSize()
|
Completed in 15 milliseconds