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() local76 hdr_static_meta_header = (RkMetaHdrHeader*)(ptr + off); in fill_hdr_meta_to_frame()78 hdr_static_meta_header->magic = HDR_META_MAGIC; in fill_hdr_meta_to_frame()79 hdr_static_meta_header->size = static_size; in fill_hdr_meta_to_frame()80 hdr_static_meta_header->message_index = msg_idx++; in fill_hdr_meta_to_frame()99 hdr_static_meta_header->hdr_payload_type = STATIC; in fill_hdr_meta_to_frame()100 hdr_static_meta_header->video_format = codec_type; in fill_hdr_meta_to_frame()102 HdrStaticMeta *static_meta = (HdrStaticMeta*)hdr_static_meta_header->payload; in fill_hdr_meta_to_frame()146 off += hdr_static_meta_header->size; in fill_hdr_meta_to_frame()168 hdr_static_meta_header->message_total = msg_idx; in fill_hdr_meta_to_frame()[all …]