Searched refs:try_decode (Results 1 – 4 of 4) sorted by relevance
/hardware/google/aemu/host-common/include/host-common/ |
D | MediaVpxDecoderGeneric.h | 90 void try_decode(const uint8_t* data, size_t len, uint64_t pts);
|
D | MediaH264DecoderGeneric.h | 62 void try_decode(const uint8_t* data, size_t len, uint64_t pts);
|
/hardware/google/aemu/host-common/ |
D | MediaVpxDecoderGeneric.cpp | 190 try_decode(data, len, pts); in decode_internal() 196 void MediaVpxDecoderGeneric::try_decode(const uint8_t* data, in try_decode() function in android::emulation::MediaVpxDecoderGeneric
|
D | MediaH264DecoderGeneric.cpp | 247 try_decode(data, len, pts); in decodeFrameInternal() 253 void MediaH264DecoderGeneric::try_decode(const uint8_t* data, in try_decode() function in android::emulation::MediaH264DecoderGeneric
|