OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocateVABufferIDs
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/videodecoder/
VideoDecoderWMV.h
45
inline Decode_Status
allocateVABufferIDs
(int32_t number);
VideoDecoderWMV.cpp
230
status =
allocateVABufferIDs
(picData->num_slices * 2 + 2);
231
CHECK_STATUS("
allocateVABufferIDs
");
504
Decode_Status VideoDecoderWMV::
allocateVABufferIDs
(int32_t number) {
Completed in 489 milliseconds