OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:decodePicture
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/libmix/videodecoder/
VideoDecoderVP8.h
38
Decode_Status
decodePicture
(vbp_data_vp8 *data, int32_t picIndex);
VideoDecoderWMV.h
39
Decode_Status
decodePicture
(vbp_data_vc1 *data, int32_t picIndex);
VideoDecoderVP8.cpp
207
status =
decodePicture
(data, index);
224
Decode_Status VideoDecoderVP8::
decodePicture
(vbp_data_vp8 *data, int32_t picIndex) {
VideoDecoderWMV.cpp
202
status =
decodePicture
(data, index);
219
Decode_Status VideoDecoderWMV::
decodePicture
(vbp_data_vc1 *data, int32_t picIndex) {
Completed in 68 milliseconds