Home
last modified time | relevance | path

Searched refs:key_frame (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediaencoder_jni.cc140 bool key_frame, const webrtc::VideoFrame& frame, int input_buffer_index);
142 bool key_frame, const webrtc::VideoFrame& frame);
623 const bool key_frame = frame_types->front() != webrtc::kVideoFrameDelta; in EncodeOnCodecThread() local
641 encode_status = EncodeByteBufferOnCodecThread(jni, key_frame, input_frame, in EncodeOnCodecThread()
644 encode_status = EncodeTextureOnCodecThread(jni, key_frame, input_frame); in EncodeOnCodecThread()
704 bool key_frame, const webrtc::VideoFrame& frame, int input_buffer_index) { in EncodeByteBufferOnCodecThread() argument
725 key_frame, in EncodeByteBufferOnCodecThread()
734 bool key_frame, const webrtc::VideoFrame& frame) { in EncodeTextureOnCodecThread() argument
744 key_frame, in EncodeTextureOnCodecThread()
855 bool key_frame = GetOutputBufferInfoIsKeyFrame(jni, j_output_buffer_info); in DeliverPendingOutputs() local
[all …]
/external/webrtc/webrtc/modules/video_coding/utility/
Dvp8_header_parser.cc169 int key_frame = !(bits & 1); in GetQp() local
173 if (key_frame) { in GetQp()
183 if (key_frame) { in GetQp()
/external/libvpx/libvpx/test/
Ddatarate_test.cc91 const bool key_frame = in FramePktHook() local
93 if (!key_frame) { in FramePktHook()
1147 const bool key_frame = in FramePktHook() local
1149 if (!key_frame) { in FramePktHook()
/external/webp/src/dec/
Dvp8_dec.c115 const int key_frame = !(bits & 1); in VP8GetInfo() local
119 if (!key_frame) { // Not a keyframe. in VP8GetInfo()
/external/libvncserver/client_examples/
Dvnc2mpg.c214 if(c->coded_frame->key_frame) in write_video_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2145 int key_frame; in allocate_gf_group_bits() local
2162 key_frame = in allocate_gf_group_bits()
2169 if (!key_frame) { in allocate_gf_group_bits()
2188 if (rc->source_alt_ref_pending || !key_frame) total_group_bits -= gf_arf_bits; in allocate_gf_group_bits()