Home
last modified time | relevance | path

Searched refs:STRIDE_ALIGN (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_recorder.cpp40 constexpr uint32_t STRIDE_ALIGN = 8; variable
91 .strideAlignment = STRIDE_ALIGN,
111 .strideAlignment = STRIDE_ALIGN,
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H A Drecorder_mock.cpp50 .strideAlignment = STRIDE_ALIGN,
71 .strideAlignment = STRIDE_ALIGN,
448 .strideAlignment = STRIDE_ALIGN, in HDICreateYUVBufferError()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp37 constexpr int32_t STRIDE_ALIGN = 16; variable
279 auto allocSize = AlignUp(configSize + AV_INPUT_BUFFER_PADDING_SIZE, STRIDE_ALIGN); in SetCodecExtraData()
548 STRIDE_ALIGN in ScaleVideoFrame()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/
H A Drecorder_mock.h39 constexpr uint32_t STRIDE_ALIGN = 8; variable