Searched refs:hdr_static_meta_header (Results 1 – 1 of 1) sorted by relevance
39 RkMetaHdrHeader *hdr_static_meta_header; in fill_hdr_meta_to_frame() local68 hdr_static_meta_header = (RkMetaHdrHeader*)(ptr + off); in fill_hdr_meta_to_frame()70 hdr_static_meta_header->magic = HDR_META_MAGIC; in fill_hdr_meta_to_frame()71 hdr_static_meta_header->size = static_size; in fill_hdr_meta_to_frame()72 hdr_static_meta_header->message_index = msg_idx++; in fill_hdr_meta_to_frame()75 hdr_static_meta_header->hdr_payload_type = STATIC; in fill_hdr_meta_to_frame()76 hdr_static_meta_header->video_format = codec_type; in fill_hdr_meta_to_frame()78 HdrStaticMeta *static_meta = (HdrStaticMeta*)hdr_static_meta_header->payload; in fill_hdr_meta_to_frame()110 off += hdr_static_meta_header->size; in fill_hdr_meta_to_frame()132 hdr_static_meta_header->message_total = msg_idx; in fill_hdr_meta_to_frame()[all …]