Home
last modified time | relevance | path

Searched refs:slice_type (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dh264_bitstream_parser.cc335 uint32_t slice_type; in ParseNonParameterSetNalu() local
336 RETURN_FALSE_ON_FAIL(slice_reader.ReadExponentialGolomb(&slice_type)); in ParseNonParameterSetNalu()
340 slice_type %= 5; in ParseNonParameterSetNalu()
387 if (slice_type == kSliceTypeB) { in ParseNonParameterSetNalu()
391 if (slice_type == kSliceTypeP || slice_type == kSliceTypeSp || in ParseNonParameterSetNalu()
392 slice_type == kSliceTypeB) { in ParseNonParameterSetNalu()
400 if (slice_type == kSliceTypeB) { in ParseNonParameterSetNalu()
417 if (slice_type % 5 != 2 && slice_type % 5 != 4) { in ParseNonParameterSetNalu()
441 if (slice_type % 5 == 1) { in ParseNonParameterSetNalu()
468 (slice_type == kSliceTypeP || slice_type == kSliceTypeSp)) || in ParseNonParameterSetNalu()
[all …]
/external/mesa3d/src/gallium/state_trackers/omx/
Dvid_dec_h264.c530 enum pipe_h264_slice_type slice_type) in ref_pic_list_modification() argument
534 if (slice_type != 2 && slice_type != 4) { in ref_pic_list_modification()
550 if (slice_type == 1) { in ref_pic_list_modification()
568 struct pipe_h264_sps *sps, enum pipe_h264_slice_type slice_type) in pred_weight_table() argument
601 if (slice_type == 1) { in pred_weight_table()
666 enum pipe_h264_slice_type slice_type; in slice_header() local
680 slice_type = vl_rbsp_ue(rbsp) % 5; in slice_header()
888 if (slice_type == PIPE_H264_SLICE_TYPE_B) in slice_header()
895 if (slice_type == PIPE_H264_SLICE_TYPE_P || in slice_header()
896 slice_type == PIPE_H264_SLICE_TYPE_SP || in slice_header()
[all …]
/external/libvncserver/libvncclient/
Dh264.c76 … void h264_decode_frame(int f_width, int f_height, char *framedata, int framesize, int slice_type);
120 hdr.slice_type = rfbClientSwap32IfLE(hdr.slice_type); in HandleH264()
128 DebugLog(("Reading %d bytes of frame data (type: %d)\n", hdr.nBytes, hdr.slice_type)); in HandleH264()
155 h264_decode_frame(hdr.width, hdr.height, framedata, hdr.nBytes, hdr.slice_type); in HandleH264()
272 …c void h264_decode_frame(int f_width, int f_height, char *framedata, int framesize, int slice_type) in h264_decode_frame() argument
276 …r frame of %d bytes (%dx%d) slice_type=%d\n", __FUNCTION__, framesize, width, height, slice_type)); in h264_decode_frame()
296 if ( (slice_type != SLICE_TYPE_I) && (num_frames == 0) ) { in h264_decode_frame()
323 if (slice_type == SLICE_TYPE_P) { in h264_decode_frame()
327 else if (slice_type != SLICE_TYPE_I) { in h264_decode_frame()
398 if (slice_type == SLICE_TYPE_I) { in h264_decode_frame()
[all …]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java273 if (sh.slice_type == SliceHeader.SliceType.B) { in readSamples()
432 public SliceType slice_type; field in H264TrackImpl.SliceHeader
449 slice_type = SliceType.P; in SliceHeader()
454 slice_type = SliceType.B; in SliceHeader()
459 slice_type = SliceType.I; in SliceHeader()
464 slice_type = SliceType.SP; in SliceHeader()
469 slice_type = SliceType.SI; in SliceHeader()
500 ", slice_type=" + slice_type + in toString()
/external/libhevc/decoder/
Dihevcd_mv_merge.c824 WORD32 slice_type; in ihevcd_mv_merge() local
826 slice_type = ps_slice_hdr->i1_slice_type; in ihevcd_mv_merge()
832 if(slice_type == BSLICE) in ihevcd_mv_merge()
903 if(slice_type == PSLICE) in ihevcd_mv_merge()
913 if(slice_type == PSLICE) in ihevcd_mv_merge()
/external/v4l2_codec2/vda/
Dh264_parser.cc19 return (slice_type % 5 == kPSlice); in IsPSlice()
23 return (slice_type % 5 == kBSlice); in IsBSlice()
27 return (slice_type % 5 == kISlice); in IsISlice()
31 return (slice_type % 5 == kSPSlice); in IsSPSlice()
35 return (slice_type % 5 == kSISlice); in IsSISlice()
1294 READ_UE_OR_RETURN(&shdr->slice_type); in ParseSliceHeader()
1295 TRUE_OR_RETURN(shdr->slice_type < 10); in ParseSliceHeader()
Dh264_parser.h268 int slice_type; member
Dv4l2-controls.h1073 __u8 slice_type; member
Dv4l2_slice_video_decode_accelerator.cc2138 SHDR_TO_V4L2SPARM(slice_type); in SubmitSlice()
/external/mesa3d/src/gallium/state_trackers/va/
Dpicture.c446 if (h264->RefPicList1[i].picture_id != VA_INVALID_ID && h264->slice_type == 1) { in handleVAEncSliceParameterBufferType()
452 if (h264->slice_type == 1) in handleVAEncSliceParameterBufferType()
454 else if (h264->slice_type == 0) in handleVAEncSliceParameterBufferType()
456 else if (h264->slice_type == 2) { in handleVAEncSliceParameterBufferType()
/external/libavc/decoder/
Dih264d_thread_parse_decode.c217 u1_slice_type = ps_dec->ps_decode_cur_slice->slice_type; in ih264d_decode_recon_tfr_nmb_thread()
546 && (ps_dec->ps_decode_cur_slice->slice_type != B_SLICE) in ih264d_decode_slice_thread()
Dih264d_thread_compute_bs.c250 (ps_dec->ps_computebs_cur_slice->slice_type == B_SLICE); in ih264d_compute_bs_non_mbaff_thread()
501 u1_slice_type = ps_dec->ps_computebs_cur_slice->slice_type; in ih264d_recon_deblk_slice()
Dih264d_structs.h667 volatile UWORD32 slice_type; member
Dih264d_inter_pred.c477 const UWORD8 u1_slice_type = ps_dec->ps_decode_cur_slice->slice_type; in ih264d_form_mb_part_info_mp()
Dih264d_parse_slice.c1787 ps_dec->ps_parse_cur_slice->slice_type = in ih264d_parse_decode_slice()
Dih264d_parse_pslice.c1736 ps_dec->ps_parse_cur_slice->slice_type = P_SLICE; in ih264d_mark_err_slice_skip()
/external/libvncserver/rfb/
Drfbproto.h885 uint32_t slice_type; member
/external/python/cpython2/Python/
DPython-ast.c283 static PyTypeObject *slice_type; variable
814 slice_type = make_type("slice", &AST_type, NULL, 0); in init_types()
815 if (!slice_type) return 0; in init_types()
816 if (!add_attributes(slice_type, NULL, 0)) return 0; in init_types()
817 Ellipsis_type = make_type("Ellipsis", slice_type, NULL, 0); in init_types()
819 Slice_type = make_type("Slice", slice_type, Slice_fields, 3); in init_types()
821 ExtSlice_type = make_type("ExtSlice", slice_type, ExtSlice_fields, 1); in init_types()
823 Index_type = make_type("Index", slice_type, Index_fields, 1); in init_types()
6860 if (PyDict_SetItemString(d, "slice", (PyObject*)slice_type) < 0) return; in init_ast()
/external/python/cpython3/Python/
DPython-ast.c368 static PyTypeObject *slice_type; variable
1015 slice_type = make_type("slice", &AST_type, NULL, 0); in init_types()
1016 if (!slice_type) return 0; in init_types()
1017 if (!add_attributes(slice_type, NULL, 0)) return 0; in init_types()
1018 Slice_type = make_type("Slice", slice_type, Slice_fields, 3); in init_types()
1020 ExtSlice_type = make_type("ExtSlice", slice_type, ExtSlice_fields, 1); in init_types()
1022 Index_type = make_type("Index", slice_type, Index_fields, 1); in init_types()
7977 if (PyDict_SetItemString(d, "slice", (PyObject*)slice_type) < 0) return in PyInit__ast()