HomeSort by relevance Sort by last modified time
    Searched defs:slice_type (Results 1 - 16 of 16) sorted by null

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp 323 int slice_type, temp, i; local
330 slice_type = video->slice_type;
334 status = ue_v(stream, sliceHdr->slice_type);
338 status = ue_v(stream, slice_type);
380 if (slice_type == AVC_B_SLICE)
390 if (slice_type == AVC_P_SLICE || slice_type == AVC_SP_SLICE || slice_type == AVC_B_SLICE)
397 if (slice_type == AVC_B_SLICE
    [all...]
init.cpp 50 have to be re-assigned per slice basis such as frame_num, slice_type,
808 int slice_type = video->slice_type; local
    [all...]
slice.cpp 30 int CurrMbAddr, slice_type; local
32 slice_type = video->slice_type;
138 if (slice_type != AVC_I_SLICE && slice_type != AVC_SI_SLICE)
173 int slice_type; local
179 slice_type = video->slice_type;
377 if (slice_type == AVC_P_SLICE)
391 else if (slice_type == AVC_B_SLICE
778 uint slice_type = video->slice_type; local
    [all...]
motion_est.cpp 240 int slice_type = video->slice_type; local
275 if (slice_type == AVC_I_SLICE)
440 video->sliceHdr->slice_type = AVC_I_ALL_SLICE;
441 video->slice_type = AVC_I_SLICE;
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp 25 int slice_type = video->slice_type; local
32 if (slice_type == AVC_I_SLICE)
60 if (slice_type == AVC_P_SLICE)
143 int slice_type = video->slice_type; local
145 if (slice_type != AVC_I_SLICE)
  /external/libhevc/decoder/
ihevcd_mv_merge.c 824 WORD32 slice_type; local
826 slice_type = ps_slice_hdr->i1_slice_type;
832 if(slice_type == BSLICE)
903 if(slice_type == PSLICE)
913 if(slice_type == PSLICE)
  /external/chromium_org/third_party/libva/va/
va_enc_h264.h 414 unsigned char slice_type; member in struct:_VAEncSliceParameterBufferH264
433 /** @name If slice_type == B */
438 /** @name If slice_type == P */
va.h 1603 unsigned char slice_type; member in struct:_VASliceParameterBufferH264
    [all...]
  /hardware/intel/common/libva/va/
va_dec_hevc.h 361 uint32_t slice_type : 2; member in struct:_VASliceParameterBufferHEVC::__anon39557::__anon39558
va_enc_h264.h 417 unsigned char slice_type; member in struct:_VAEncSliceParameterBufferH264
436 /** @name If slice_type == B */
441 /** @name If slice_type == P */
va.h 2251 unsigned char slice_type; member in struct:_VASliceParameterBufferH264
2493 unsigned char slice_type; member in struct:_VAParseSliceHeaderGroupBuffer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva.h 187 UCHAR slice_type; member in struct:__anon49454
  /external/chromium_org/media/filters/
h264_parser.h 200 int slice_type; member in struct:media::H264SliceHeader
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 273 if (sh.slice_type == SliceHeader.SliceType.B) {
432 public SliceType slice_type; field in class:H264TrackImpl.SliceHeader
446 switch (reader.readUE("SliceHeader: slice_type")) {
449 slice_type = SliceType.P;
454 slice_type = SliceType.B;
459 slice_type = SliceType.I;
464 slice_type = SliceType.SP;
469 slice_type = SliceType.SI;
500 ", slice_type=" + slice_type
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 388 AVCSliceType slice_type; /* ue(v), Table 7-3, range 0..9 */ member in struct:tagSliceHeader
406 /* if(slice_type == B) */
408 /* if(slice_type == P || slice_type==SP || slice_type==B) */
437 /* if(entropy_coding_mode_flag && slice_type!=I && slice_type!=SI) */
440 /* if(slice_type==SP || slice_type==SI) */
441 /* if(slice_type==SP) *
659 AVCSliceType slice_type; member in struct:tagCommonObj
    [all...]
  /hardware/intel/img/psb_video/src/hwdefs/
dxva_cmdseq_msg.h 81 uint32_t slice_type : member in struct:__anon40051::__anon40054::__anon40055

Completed in 231 milliseconds