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

  /hardware/intel/common/libva/va/
va_enc_jpeg.h 63 * \brief pic_flags
95 } pic_flags; member in struct:_VAEncPictureParameterBufferJPEG
va_enc_vp8.h 238 } pic_flags; member in struct:_VAEncPictureParameterBufferVP8
va_trace.c     [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.cpp 116 vp8PicParam.pic_flags.value = 0;
123 vp8PicParam.pic_flags.bits.refresh_entropy_probs = 0;
125 vp8PicParam.pic_flags.bits.num_token_partitions = 2;
126 vp8PicParam.pic_flags.bits.refresh_last = mVideoConfigVP8ReferenceFrame.refresh_last;
127 vp8PicParam.pic_flags.bits.refresh_golden_frame = mVideoConfigVP8ReferenceFrame.refresh_golden_frame;
128 vp8PicParam.pic_flags.bits.refresh_alternate_frame = mVideoConfigVP8ReferenceFrame.refresh_alternate_frame;
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 439 flags.bits.upd_last = va_pic->pic_flags.bits.refresh_last;
440 flags.bits.upd_gf = va_pic->pic_flags.bits.copy_buffer_to_golden;
441 flags.bits.upd_arf = va_pic->pic_flags.bits.copy_buffer_to_alternate;
442 flags.bits.no_upd_last = !va_pic->pic_flags.bits.refresh_last;
443 flags.bits.no_upd_gf = !va_pic->pic_flags.bits.refresh_golden_frame;
444 flags.bits.no_upd_arf = !va_pic->pic_flags.bits.refresh_alternate_frame;
445 flags.bits.upd_entropy = va_pic->pic_flags.bits.refresh_entropy_probs;
448 pic->pic_flags = flags.value;
453 pic->num_token_partitions = va_pic->pic_flags.bits.num_token_partitions; /* 2^2 = 4 partitions */
809 drv_debug_msg(VIDEO_ENCODE_DEBUG, "pic_flags 0x%08x\n", pic->pic_flags)
    [all...]
pnw_jpeg.c 339 if (((pBuffer->pic_flags).bits.profile != 0) || /* Only "0 - Baseline" is supported */
340 ((pBuffer->pic_flags).bits.progressive != 0) || /* Only "0 - sequential" is supported */
341 ((pBuffer->pic_flags).bits.huffman != 1) || /* Only "1 - huffman" is supported */
342 ((pBuffer->pic_flags).bits.interleaved != 0) || /* Only "0 - non interleaved" is supported */
343 ((pBuffer->pic_flags).bits.differential != 0)) /* Only "0 - non differential" is supported */
vsp_fw.h 617 uint32_t pic_flags; member in struct:VssVp8encPictureParameterBuffer
tng_jpegES.c     [all...]
pnw_H264.c 63 #define IS_USED_AS_REFERENCE(pic_flags) ( pic_flags & (VA_PICTURE_H264_SHORT_TERM_REFERENCE | VA_PICTURE_H264_LONG_TERM_REFERENCE) )
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 58 #define IS_USED_AS_REFERENCE(pic_flags) ( pic_flags & (VA_PICTURE_H264_SHORT_TERM_REFERENCE | VA_PICTURE_H264_LONG_TERM_REFERENCE) )
    [all...]

Completed in 147 milliseconds