Lines Matching refs:RK_S32
47 RK_S32 ref_count;
63 RK_S32 wmmat[6];
64 RK_S32 wmmat_val[6];
65 RK_S32 alpha, beta, gamma, delta;
70 RK_S32 slot_index;
72 RK_S32 temporal_id;
73 RK_S32 spatial_id;
90 RK_S32 seen_frame_header;
103 RK_S32 temporal_id;
104 RK_S32 spatial_id;
105 RK_S32 operating_point_idc;
107 RK_S32 bit_depth;
108 RK_S32 order_hint;
109 RK_S32 frame_width;
110 RK_S32 frame_height;
111 RK_S32 upscaled_width;
112 RK_S32 render_width;
113 RK_S32 render_height;
115 RK_S32 num_planes;
116 RK_S32 coded_lossless;
117 RK_S32 all_lossless;
118 RK_S32 tile_cols;
119 RK_S32 tile_rows;
120 RK_S32 tile_num;
121 RK_S32 operating_point;
122 RK_S32 extra_has_frame;
138 RK_S32 nb_unit_types;
151 RK_S32 eos; ///< current packet contains an EOS/EOB NAL
165 RK_S32 av1d_parser_frame(Av1CodecContext *ctx, HalDecTask *in_task);
171 RK_S32 av1d_split_frame(Av1CodecContext *ctx,
172 RK_U8 **out_data, RK_S32 *out_size,
173 RK_U8 *data, RK_S32 size);
175 MPP_RET av1d_get_frame_stream(Av1CodecContext *ctx, RK_U8 *buf, RK_S32 length);
179 RK_S32 av1d_parser2_syntax(Av1CodecContext *ctx);
181 RK_S32 mpp_av1_split_fragment(AV1Context *ctx, Av1UnitFragment *frag, RK_S32 header_flag);
182 RK_S32 mpp_av1_read_fragment_content(AV1Context *ctx, Av1UnitFragment *frag);
183 RK_S32 mpp_av1_set_context_with_sequence(Av1CodecContext *ctx,
186 RK_S32 mpp_av1_assemble_fragment(AV1Context *ctx, Av1UnitFragment *frag);