HomeSort by relevance Sort by last modified time
    Searched refs:frame_list (Results 1 - 5 of 5) sorted by null

  /external/valgrind/include/vki/
vki-xen-gnttab.h 52 VKI_XEN_GUEST_HANDLE(vki_ulong) frame_list; member in struct:vki_xen_gnttab_setup_table
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc 624 FrameList** frame_list) {
627 *frame_list = &incomplete_frames_;
632 *frame_list = &decodable_frames_;
636 *frame_list = NULL;
703 FrameList* frame_list; local
704 const VCMFrameBufferEnum error = GetFrame(packet, &frame, &frame_list);
824 if (frame_list != NULL) {
825 frame_list->InsertFrame(frame);
    [all...]
jitter_buffer.h 227 // failing, or kNoError on success. |frame_list| contains which list the
231 FrameList** frame_list)
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 240 int32_t h264_dpb_gen_pic_list_from_frame_list(h264_DecodedPictureBuffer *p_dpb, uint8_t *pic_list, uint8_t *frame_list, int32_t currPicStructure, int32_t list_size, int32_t long_term)
261 h264_dpb_set_active_fs(p_dpb, frame_list[top_idx]);
266 pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[top_idx] + PUT_LIST_INDEX_FIELD_BIT(0); // top_field
278 h264_dpb_set_active_fs(p_dpb, frame_list[bot_idx]);
283 pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[bot_idx] + PUT_LIST_INDEX_FIELD_BIT(1); // bottom_field
301 h264_dpb_set_active_fs(p_dpb, frame_list[bot_idx]);
305 pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[bot_idx] + PUT_LIST_INDEX_FIELD_BIT(1); // bottom_field
317 h264_dpb_set_active_fs(p_dpb, frame_list[top_idx]);
321 pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[top_idx] + PUT_LIST_INDEX_FIELD_BIT(0); // top_field
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-xen.c     [all...]

Completed in 213 milliseconds