Home
last modified time | relevance | path

Searched refs:redundant_pic_cnt_present_flag (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/common_video/h264/
Dpps_parser_unittest.cc125 bit_buffer.WriteBits(pps.redundant_pic_cnt_present_flag, 1); in WritePps()
184 EXPECT_EQ(pps.redundant_pic_cnt_present_flag, in VerifyParsing()
185 parsed_pps_->redundant_pic_cnt_present_flag); in VerifyParsing()
203 generated_pps_.redundant_pic_cnt_present_flag = 1; // 1 bit value. in TEST_F()
Dpps_parser.h34 uint32_t redundant_pic_cnt_present_flag = 0; member
Dpps_parser.cc184 bit_buffer->ReadBits(&pps.redundant_pic_cnt_present_flag, 1)); in ParseInternal()
Dh264_bitstream_parser.cc116 if (pps_->redundant_pic_cnt_present_flag) { in ParseNonParameterSetNalu()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DPictureParameterSet.java74 public boolean redundant_pic_cnt_present_flag; field in PictureParameterSet
154 pps.redundant_pic_cnt_present_flag = reader in read()
245 writer.writeBool(redundant_pic_cnt_present_flag, in write()
303 + (redundant_pic_cnt_present_flag ? 1231 : 1237); in hashCode()
355 if (redundant_pic_cnt_present_flag != other.redundant_pic_cnt_present_flag) in equals()
397 ",\n redundant_pic_cnt_present_flag=" + redundant_pic_cnt_present_flag + in toString()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video_bsp.c57 uint32_t redundant_pic_cnt_present_flag; // 9c member
189 params.ipicparm.redundant_pic_cnt_present_flag = desc->pps->redundant_pic_cnt_present_flag; in nv84_decoder_bsp()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c104 uint32_t redundant_pic_cnt_present_flag; // 2c always 0? member
223 h->redundant_pic_cnt_present_flag = d->pps->redundant_pic_cnt_present_flag; in nouveau_vp3_fill_picparm_h264_bsp()
/external/mesa3d/src/gallium/frontends/va/
Dpicture_h264.c105 context->desc.h264.pps->redundant_pic_cnt_present_flag = in vlVaHandlePictureParameterBufferH264()
106 h264->pic_fields.bits.redundant_pic_cnt_present_flag; in vlVaHandlePictureParameterBufferH264()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/
Dvulkan_video_codec_h264std.h270 uint32_t redundant_pic_cnt_present_flag:1; member
/external/deqp/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std.h270 uint32_t redundant_pic_cnt_present_flag:1; member
/external/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c376 picture->pps->redundant_pic_cnt_present_flag = picture_info->redundant_pic_cnt_present_flag; in vlVdpDecoderRenderH264()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h335 uint8_t redundant_pic_cnt_present_flag; member
/external/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c450 pps->redundant_pic_cnt_present_flag = vl_rbsp_u(rbsp, 1); in picture_parameter_set()
854 if (pps->redundant_pic_cnt_present_flag) in slice_header()
/external/mesa3d/src/gallium/drivers/r600/
Dradeon_uvd.c430 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd.c546 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()
Dradeon_vcn_dec.c133 result.pps_info_flags |= pic->pps->redundant_pic_cnt_present_flag << 1; in get_h264_msg()
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl5727 deUint32 redundant_pic_cnt_present_flag:1; member
DvkVulkan_c.inl294 deUint32 redundant_pic_cnt_present_flag:1; member
DvkStrUtilImpl.inl11893 s << "\tredundant_pic_cnt_present_flag = " << value.redundant_pic_cnt_present_flag << '\n';