OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ResyncPacketsize
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp
50
Int num_bits, packet_size = encParams->
ResyncPacketsize
;
229
Int packet_size = encParams->
ResyncPacketsize
- 1 - (currVop->predictionType == I_VOP ? 19 : 17);
combined_encode.cpp
51
Int num_bits, packet_size = encParams->
ResyncPacketsize
;
282
Int packet_size = encParams->
ResyncPacketsize
- 1;
mp4lib_int.h
196
Int
ResyncPacketsize
;
mp4enc_api.cpp
348
encParams->
ResyncPacketsize
= encOption->packetSize << 3;
405
encParams->
ResyncPacketsize
= PacketSize;
413
encParams->
ResyncPacketsize
= PacketSize;
[
all
...]
Completed in 25 milliseconds