OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STARTCODE_00
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.cpp
22
#define
STARTCODE_00
0x00
375
mask1 = (
STARTCODE_00
!= (data & STARTCODE_MASK0));
376
mask2 = (
STARTCODE_00
!= (data & STARTCODE_MASK1));
392
if (*ptr ==
STARTCODE_00
) {
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.cpp
22
#define
STARTCODE_00
0x00
378
mask1 = (
STARTCODE_00
!= (data & STARTCODE_MASK0));
379
mask2 = (
STARTCODE_00
!= (data & STARTCODE_MASK1));
395
if (*ptr ==
STARTCODE_00
) {
Completed in 4374 milliseconds