Home
last modified time | relevance | path

Searched refs:inputBufSize (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/src/
H A DAudioEncoderDemoCommon.cpp304 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()
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()
1187 inputBufSize = INPUT_FRAME_BYTES; in InnerCreateToStart()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeFunctionTest.cpp186 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()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/include/
H A DAudioEncoderDemoCommon.h233 int32_t inputBufSize = INPUT_FRAME_BYTES; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_decoder.cpp81 inputPortInfo.inputBufSize = static_cast<uint32_t>(maxInputSize); in SetupPort()
H A Dimage_codec.cpp350 if (portIndex == OMX_DirInput && info.inputBufSize.has_value()) { in SetVideoPortInfo()
351 def.nBufferSize = info.inputBufSize.value(); in SetVideoPortInfo()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h103 std::optional<uint32_t> inputBufSize; member
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp513 if (portIndex == OMX_DirInput && info.inputBufSize.has_value()) { in SetVideoPortInfo()
514 def.nBufferSize = info.inputBufSize.value(); in SetVideoPortInfo()
H A Dhcodec.h117 std::optional<uint32_t> inputBufSize; member
H A Dhdecoder.cpp95 inputPortInfo.inputBufSize = static_cast<uint32_t>(maxInputSize); in SetupPort()
H A Dhencoder.cpp351 info.inputBufSize = inSize; in CalcInputBufSize()