Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/decoder/
H A Ddecoder.cpp54 param[index].key = KEY_BUFFERSIZE; in ConvertAdecAttributToParams()
92 param[index].key = KEY_BUFFERSIZE; in ConvertVdecAttributToParams()
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_type.h66 KEY_BUFFERSIZE, /**< Buffer size. The value type is uint32_t. */ enumerator
/ohos5.0/foundation/ai/ai_engine/services/common/platform/os_wrapper/audio_loader/source/codec/
H A Ddecoder_wrapper.cpp61 … attr[index++] = {.key = KEY_BUFFERSIZE, .val = (void *)(&bufSize_), .size = sizeof(uint32_t)}; in InitCodecAttr()
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_encoder/
H A Daudio_encoder.cpp161 encAttr_[paramIndex].key = KEY_BUFFERSIZE; in setEncAttrValue()
/ohos5.0/foundation/multimedia/media_lite/test/
H A Dtest_play_file_h265.cpp155 param[index].key = KEY_BUFFERSIZE; in DecoderCreate()