Searched refs:sampleSize_ (Results 1 - 6 of 6) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/codec/src/ |
H A D | audio_pcm_processor.cpp | 54 sampleSize_ = sampleBit * channels / AUDIO_SAMPLE_BIT_U8; in Init() 82 int32_t payloadSampleNum = LPCM_PES_PAYLOAD_DATA_SIZE / sampleSize_; in OnFrame() 83 av_audio_fifo_write(fifo_, reinterpret_cast<void **>(captureData), frame->Size() / sampleSize_); in OnFrame() 102 uint32_t sampleSize = sampleSize_ / channels_; in PcmLittleToBigEndian()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/ |
H A D | mock_jpeg_hw_decode_flow.cpp | 28 JpegHwDecoderFlow::JpegHwDecoderFlow() : sampleSize_(1), outputColorFmt_(PIXEL_FMT_YCRCB_420_SP) in JpegHwDecoderFlow() 74 auto ret = hwDecoder.Decode(demoCodec.get(), inputStream, orgImgSize_, sampleSize_, outputBuffer_); in DoDecode() 150 sampleSize_ = opt.sampleSize; in Run() 154 orgImgSize_.width, orgImgSize_.height, scaledImgSize_.width, scaledImgSize_.height, sampleSize_); in Run()
|
H A D | mock_jpeg_hw_decode_flow.h | 44 uint32_t sampleSize_; member in OHOS::ImagePlugin::JpegHwDecoderFlow
|
/foundation/CastEngine/castengine_wifi_display/services/codec/include/ |
H A D | audio_pcm_processor.h | 42 uint32_t sampleSize_; member in OHOS::Sharing::AudioPcmProcessor
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
H A D | ext_decoder.cpp | 435 sampleSize_ = 1;
in HeapMemAlloc() 437 sampleSize_ = 2;
in HeapMemAlloc() 439 sampleSize_ = 4;
in HeapMemAlloc() 441 sampleSize_ = 8;
in HeapMemAlloc() 443 dWidth = (oriWidth + sampleSize_ - NUM_ONE) / sampleSize_;
in HeapMemAlloc() 444 dHeight = (oriHeight + sampleSize_ - NUM_ONE) / sampleSize_;
in HeapMemAlloc() 1150 ret = hwDecoder.Decode(codec_.get(), stream_, orgImgSize_, sampleSize_, outputBuffer);
in HeapMemAlloc()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/ |
H A D | ext_decoder.h | 151 uint32_t sampleSize_ = 1;
member in OHOS::ImagePlugin::ExtDecoder
|
Completed in 6 milliseconds