Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/minimp3_adapter/
H A Dminimp3_demuxer_plugin.cpp56 …dioDemuxerMp3Probe(AudioDemuxerMp3Attr *mp3DemuxerAttr, uint8_t *inputBuffer, uint32_t inputLength,
482 return AudioDemuxerMp3Probe(mp3DemuxerAttr, inputBuffer, inputLength, mp3DemuxerRst); in AudioDemuxerMp3Prepare()
620 if (inputLength == 0) { in AudioDemuxerMp3Probe()
626 if (inputLength < ID3_DETECT_SIZE) { in AudioDemuxerMp3Probe()
630 mp3DemuxerAttr->id3v2Size = AudioDemuxerMp3GetId3v2Size(inputBuffer, inputLength); in AudioDemuxerMp3Probe()
637 mp3DemuxerAttr->id3v2Offset, inputLength); in AudioDemuxerMp3Probe()
638 if (inputLength >= mp3DemuxerAttr->id3v2Offset) { in AudioDemuxerMp3Probe()
641 inputLength -= mp3DemuxerAttr->id3v2Offset; in AudioDemuxerMp3Probe()
645 mp3DemuxerRst->usedInputLength = inputLength; in AudioDemuxerMp3Probe()
646 mp3DemuxerAttr->id3v2Offset = mp3DemuxerAttr->id3v2Offset - inputLength; in AudioDemuxerMp3Probe()
[all …]
H A Dminimp3_demuxer_plugin.h122 uint32_t inputLength, AudioDemuxerRst *mp3DemuxerRst);
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/lite_aac_decoder/
H A Dlite_aac_decoder_plugin.cpp295 size_t inputLength = inData->GetSize(); in AudioDecoderAACMp4Process() local
296 unsigned int remain_size = inputLength; in AudioDecoderAACMp4Process()
300 static_cast<size_t *>(&inputLength), &remain_size); in AudioDecoderAACMp4Process()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_cursor.cpp359 uint32_t inputLength = *length; in GetAssets() local
364 if (*length != inputLength) { in GetAssets()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/event/
H A Dui_input_event.cpp256 auto inputLength = *length; in OH_ArkUI_UIInputEvent_GetPressedKeys() local
258 if (keyEvent->keyCodesLength > inputLength) { in OH_ArkUI_UIInputEvent_GetPressedKeys()