HomeSort by relevance Sort by last modified time
    Searched full:start_packet_header (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
datapart_encode.cpp 46 Int start_packet_header = 0; local
113 if (start_packet_header)
122 start_packet_header = 0;
165 start_packet_header = 1;
174 if (!start_packet_header)
227 Int start_packet_header = (mbnum != 0); local
323 if (start_packet_header)
332 start_packet_header = 0;
413 start_packet_header = 1;
440 if (!start_packet_header)
    [all...]
combined_encode.cpp 47 Int start_packet_header = 0; local
142 if (start_packet_header)
151 start_packet_header = 0;
187 start_packet_header = 1;
230 if (!start_packet_header)
280 Int start_packet_header = 0; local
384 start_packet_header = 1;
409 if (start_packet_header)
418 start_packet_header = 0;
484 start_packet_header = 1
    [all...]
mp4enc_lib.h 182 PV_STATUS RC_MBQPSetting(VideoEncData *video, rateControl *rc, Int start_packet_header);

Completed in 76 milliseconds