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

  /hardware/intel/common/libva/va/
va_dec_jpeg.h 149 unsigned int slice_data_flag; member in struct:_VASliceParameterBufferJPEGBaseline
va_dec_vp8.h 183 unsigned int slice_data_flag; member in struct:_VASliceParameterBufferVP8
va_dec_hevc.h 296 uint16_t slice_data_flag; member in struct:_VASliceParameterBufferBaseHEVC
330 uint16_t slice_data_flag; member in struct:_VASliceParameterBufferHEVC
va.h 1710 unsigned int slice_data_flag; \/* see VA_SLICE_DATA_FLAG_XXX definitions *\/ member in struct:_VASliceParameterBufferBase
1771 unsigned int slice_data_flag; \/* see VA_SLICE_DATA_FLAG_XXX defintions *\/ member in struct:_VASliceParameterBufferMPEG2
1905 unsigned int slice_data_flag; \/* see VA_SLICE_DATA_FLAG_XXX defintions *\/ member in struct:_VASliceParameterBufferMPEG4
2108 unsigned int slice_data_flag; \/* see VA_SLICE_DATA_FLAG_XXX defintions *\/ member in struct:_VASliceParameterBufferVC1
2227 unsigned int slice_data_flag; \/* see VA_SLICE_DATA_FLAG_XXX defintions *\/ member in struct:_VASliceParameterBufferBaseH264
2238 unsigned int slice_data_flag; \/* see VA_SLICE_DATA_FLAG_XXX defintions *\/ member in struct:_VASliceParameterBufferH264
    [all...]
va_trace.c 882 va_TraceMsg(trace_ctx,"\tslice_data_flag = %d\n", p->slice_data_flag);
    [all...]
  /hardware/intel/img/psb_video/src/
tng_vld_dec.c 278 if ((slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_BEGIN) ||
279 (slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_ALL)) {
311 if (slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_BEGIN) {
324 if ((slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_ALL) ||
325 (slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_END)) {
326 if (slice_param->slice_data_flag == VA_SLICE_DATA_FLAG_END) {
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2.c     [all...]
psb_MPEG4.c     [all...]
psb_H264.c     [all...]
psb_VC1.c     [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_mp42_parser.c 790 slice_param->slice_data_flag = VA_SLICE_DATA_FLAG_ALL;
860 slice_param->slice_data_flag = VA_SLICE_DATA_FLAG_ALL;
936 slice_param->slice_data_flag = VA_SLICE_DATA_FLAG_ALL;
    [all...]
vbp_h264_parser.c     [all...]
vbp_vc1_parser.c 949 slc_parms->slice_data_flag = VA_SLICE_DATA_FLAG_ALL;
  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 124 slice_data_flag:0,
tinyjpeg.c 778 slice_param.slice_data_flag = VA_SLICE_DATA_FLAG_ALL;
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 207 milliseconds