Searched refs:allocateVABufferIDs (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderMPEG2.h49 inline Decode_Status allocateVABufferIDs(int32_t number);
H A DVideoDecoderWMV.h45 inline Decode_Status allocateVABufferIDs(int32_t number);
H A DVideoDecoderMPEG2.cpp214 status = allocateVABufferIDs(picData->num_slices * 2 + 2);
215 CHECK_STATUS("allocateVABufferIDs")
343 Decode_Status VideoDecoderMPEG2::allocateVABufferIDs(int32_t number) { function in class:VideoDecoderMPEG2
H A DVideoDecoderWMV.cpp249 status = allocateVABufferIDs(picData->num_slices * 2 + 2);
250 CHECK_STATUS("allocateVABufferIDs");
524 Decode_Status VideoDecoderWMV::allocateVABufferIDs(int32_t number) { function in class:VideoDecoderWMV

Completed in 48 milliseconds