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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.h37 VC1_CODE_ENDOFSEQ = 0x0000010A, enumerator in enum:VC1Code
H A Dvc1dec.c5322 if (buf_size == 0 || (buf_size == 4 && AV_RB32(buf) == VC1_CODE_ENDOFSEQ)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.h38 VC1_CODE_ENDOFSEQ = 0x0000010A, enumerator in enum:VC1Code
H A Dvc1dec.c5827 if (buf_size == 0 || (buf_size == 4 && AV_RB32(buf) == VC1_CODE_ENDOFSEQ)) {

Completed in 203 milliseconds