OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resyncpacketsize
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/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
355
encParams->
ResyncPacketsize
= encOption->packetSize << 3;
412
encParams->
ResyncPacketsize
= PacketSize;
420
encParams->
ResyncPacketsize
= PacketSize;
[
all
...]
Completed in 232 milliseconds