OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pictype
(Results
1 - 5
of
5
) sorted by null
/external/tcpdump/
print-juniper.c
78
u_int32_t
pictype
; /* pic type */
member in struct:juniper_cookie_table_t
123
u_int32_t
pictype
;
member in struct:juniper_l2info_t
176
l2info.
pictype
= DLT_JUNIPER_GGSN;
223
l2info.
pictype
= DLT_JUNIPER_ES;
290
l2info.
pictype
= DLT_JUNIPER_MONITOR;
323
l2info.
pictype
= DLT_JUNIPER_SERVICES;
350
l2info.
pictype
= DLT_JUNIPER_PPPOE;
367
l2info.
pictype
= DLT_JUNIPER_ETHER;
384
l2info.
pictype
= DLT_JUNIPER_PPP;
401
l2info.
pictype
= DLT_JUNIPER_FRELAY
[
all
...]
/frameworks/base/media/libstagefright/
OggExtractor.cpp
782
uint32_t
picType
;
792
picType
= U32_AT(flac);
794
if (
picType
!= 3) {
811
LOGV("
picType
= %d, type = '%s'",
picType
, type);
/frameworks/base/media/libstagefright/id3/
ID3.cpp
722
uint8_t
picType
= data[1 + mimeLen];
724
if (
picType
!= 0x03) {
750
uint8_t
picType
= data[4];
751
if (
picType
!= 0x03) {
/frameworks/base/media/libstagefright/codecs/avc/common/src/
dpb.cpp
96
dpb->fs[num_fs]->frame.
picType
= AVC_FRAME;
/frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h
493
AVCPictureType
picType
; /* frame, top-field or bot-field */
[
all
...]
Completed in 35 milliseconds