OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pictype
(Results
1 - 8
of
8
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/dece/
TrickPlayBox.java
54
public void setPicType(int
picType
) {
56
value = (
picType
& 0x03) << 6 | value;
72
sb.append("{
picType
=").append(getPicType());
/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/av/media/libstagefright/
OggExtractor.cpp
908
uint32_t
picType
;
918
picType
= U32_AT(flac);
920
if (
picType
!= 3) {
937
ALOGV("
picType
= %d, type = '%s'",
picType
, type);
/frameworks/av/media/libstagefright/id3/
ID3.cpp
817
uint8_t
picType
= data[1 + mimeLen];
819
if (
picType
!= 0x03) {
845
uint8_t
picType
= data[4];
846
if (
picType
!= 0x03) {
/frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp
96
dpb->fs[num_fs]->frame.
picType
= AVC_FRAME;
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
493
AVCPictureType
picType
; /* frame, top-field or bot-field */
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp
767
DEBUG_PRINT("OMX_ExtraDataFrameInfo: Buf(%p) TSmp(%lld)
PicType
(%u) IntT(%u) ConMB(%u)",
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
[
all
...]
Completed in 228 milliseconds