Home
last modified time | relevance | path

Searched refs:VOSH_START_CODE1 (Results 1 – 2 of 2) sorted by relevance

/external/opencore/codecs_v2/omx/omx_m4v/src/
Dmpeg4_dec.cpp50 VOSH_START_CODE1[0] = 0x00; in Mpeg4Decoder_OMX()
51 VOSH_START_CODE1[1] = 0x00; in Mpeg4Decoder_OMX()
52 VOSH_START_CODE1[2] = 0x01; in Mpeg4Decoder_OMX()
53 VOSH_START_CODE1[3] = 0xB0; in Mpeg4Decoder_OMX()
345 if (oscl_memcmp(my_sc, VOSH_START_CODE1, 4) && oscl_memcmp(my_sc, VO_START_CODE1, 4)) in GetVideoHeader()
/external/opencore/codecs_v2/omx/omx_m4v/include/
Dmpeg4_dec.h64 OMX_U8 VOSH_START_CODE1[4]; variable