HomeSort by relevance Sort by last modified time
    Searched refs:slice_type (Results 26 - 44 of 44) sorted by null

12

  /hardware/intel/img/psb_video/src/hwdefs/
dxva_cmdseq_msg.h 81 uint32_t slice_type : member in struct:__anon42628::__anon42631::__anon42632
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 426 if (sliceParam->slice_type == 1 || sliceParam->slice_type == 6) {
    [all...]
  /hardware/intel/common/libva/va/
va.h 2251 unsigned char slice_type; member in struct:_VASliceParameterBufferH264
2493 unsigned char slice_type; member in struct:_VAParseSliceHeaderGroupBuffer
    [all...]
va_trace.c     [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 723 //h264_ptype_t slice_type; //UE
724 uint8_t slice_type; member in struct:_h264_Slice_Header
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264ES.c 834 (((pBufferH264->slice_type == 2) || (pBufferH264->slice_type == 7)) ? 1 : 0);
    [all...]
psb_cmdbuf.c 665 deblock_msg->flags.bits.slice_type = field_type;
712 deblock_msg->flags.bits.slice_type = field_type;
    [all...]
tng_hostcode.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Python-ast.c 283 static PyTypeObject *slice_type; variable
286 static PyTypeObject *Slice_type;
814 slice_type = make_type("slice", &AST_type, NULL, 0);
815 if (!slice_type) return 0;
816 if (!add_attributes(slice_type, NULL, 0)) return 0;
817 Ellipsis_type = make_type("Ellipsis", slice_type, NULL, 0);
819 Slice_type = make_type("Slice", slice_type, Slice_fields, 3);
820 if (!Slice_type) return 0;
821 ExtSlice_type = make_type("ExtSlice", slice_type, ExtSlice_fields, 1);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Python-ast.c 283 static PyTypeObject *slice_type; variable
286 static PyTypeObject *Slice_type;
797 slice_type = make_type("slice", &AST_type, NULL, 0);
798 if (!slice_type) return 0;
799 if (!add_attributes(slice_type, NULL, 0)) return 0;
800 Ellipsis_type = make_type("Ellipsis", slice_type, NULL, 0);
802 Slice_type = make_type("Slice", slice_type, Slice_fields, 3);
803 if (!Slice_type) return 0;
804 ExtSlice_type = make_type("ExtSlice", slice_type, ExtSlice_fields, 1);
    [all...]
  /external/python/cpython2/Python/
Python-ast.c 283 static PyTypeObject *slice_type; variable
286 static PyTypeObject *Slice_type;
814 slice_type = make_type("slice", &AST_type, NULL, 0);
815 if (!slice_type) return 0;
816 if (!add_attributes(slice_type, NULL, 0)) return 0;
817 Ellipsis_type = make_type("Ellipsis", slice_type, NULL, 0);
819 Slice_type = make_type("Slice", slice_type, Slice_fields, 3);
820 if (!Slice_type) return 0;
821 ExtSlice_type = make_type("ExtSlice", slice_type, ExtSlice_fields, 1)
    [all...]
  /external/libavc/decoder/
ih264d_structs.h 667 volatile UWORD32 slice_type; member in struct:_dec_slice_struct
    [all...]
ih264d_inter_pred.c 477 const UWORD8 u1_slice_type = ps_dec->ps_decode_cur_slice->slice_type;
    [all...]
ih264d_parse_slice.c     [all...]
ih264d_parse_pslice.c     [all...]
  /external/v4l2_codec2/vda/
v4l2-controls.h 1073 __u8 slice_type; member in struct:v4l2_ctrl_h264_slice_param
    [all...]
v4l2_slice_video_decode_accelerator.cc     [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c     [all...]

Completed in 362 milliseconds

12