Searched refs:INPUT_BUF_SIZE (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h37 #define INPUT_BUF_SIZE (1024 * 1024) macro
H A DSoftHEVC.cpp72 // INPUT_BUF_SIZE is given by HEVC codec as minimum input size
74 kNumBuffers, max(kMaxOutputBufferSize / kMinCompressionRatio, (size_t)INPUT_BUF_SIZE),
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.h37 #define INPUT_BUF_SIZE (1024 * 1024) macro
H A DSoftAVCDec.cpp77 1 /* numMinInputBuffers */, kNumBuffers, INPUT_BUF_SIZE,
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.h40 #define INPUT_BUF_SIZE (1024 * 1024) macro
H A DSoftMPEG2.cpp75 initPorts(kNumBuffers, INPUT_BUF_SIZE, kNumBuffers, CODEC_MIME_TYPE);

Completed in 117 milliseconds