Home | History | Annotate | Download | only in vp8

Lines Matching refs:_length

448   encoded_image_._length = 0;
458 memcpy(&encoded_image_._buffer[encoded_image_._length],
461 frag_info.fragmentationOffset[part_idx] = encoded_image_._length;
465 encoded_image_._length += pkt->data.frame.sz;
466 assert(encoded_image_._length <= encoded_image_._size);
485 if (encoded_image_._length > 0) {
486 TRACE_COUNTER1("webrtc", "EncodedFrameSize", encoded_image_._length);
610 if (input_image._buffer == NULL && input_image._length > 0) {
691 if (input_image._length == 0) {
696 input_image._length,
708 const uint32_t bytes_to_copy = input_image._length;
727 last_keyframe_._length = bytes_to_copy;
893 last_keyframe_._length, NULL, VPX_DL_REALTIME)) {
942 last_keyframe_._length);