Searched defs:entropy_coding_mode_flag (Results 1 - 7 of 7) sorted by relevance

/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp110 uint32 entropy_coding_mode_flag = 0; local
148 (uint*) & entropy_coding_mode_flag);
164 entropy_coding_mode_flag )
H A Dti_m4v_config_parser.cpp797 OSCL_EXPORT_REF int16 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *display_width, int32 *display_height, int32 *profile_idc, int32 *level_idc, uint32 *entropy_coding_mode_flag) argument
906 status = DecodePPS(&psBits, entropy_coding_mode_flag);
1217 int32 DecodePPS(mp4StreamType *psBits, uint32 *entropy_coding_mode_flag) argument
1228 ReadBits(psBits, 1, entropy_coding_mode_flag);
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_m4v_config_parser.cpp1211 uint32 temp, pic_parameter_set_id, seq_parameter_set_id, entropy_coding_mode_flag; local
1220 ReadBits(psBits, 1, &entropy_coding_mode_flag);
1221 if (entropy_coding_mode_flag)
/hardware/intel/common/libva/va/
H A Dva_enc_h264.h352 unsigned int entropy_coding_mode_flag : 1; member in struct:_VAEncPictureParameterBufferH264::__anon358::__anon359
H A Dva.h2184 unsigned int entropy_coding_mode_flag : 1; member in struct:_VAPictureParameterBufferH264::__anon320::__anon321
2559 unsigned entropy_coding_mode_flag : 1; member in struct:_VAParsePictureParameterBuffer::__anon327::__anon328
/hardware/intel/img/psb_video/src/
H A Dtng_hostheader.h257 IMG_UINT8 entropy_coding_mode_flag; member in struct:__anon992
/hardware/intel/img/psb_video/src/hwdefs/
H A Ddxva_cmdseq_msg.h173 uint32_t entropy_coding_mode_flag:1; member in struct:fw_slice_header_extract_msg::__anon849::__anon850

Completed in 414 milliseconds