Searched refs:out_buf_id (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ihevce_entropy_cod.c | 151 WORD32 out_buf_id; in ihevce_ent_coding_thrd() local 270 &out_buf_id, in ihevce_ent_coding_thrd() 276 out_buf_id = 0; in ihevce_ent_coding_thrd() 523 ps_curr_out->i4_buf_id = out_buf_id; in ihevce_ent_coding_thrd() 552 (void *)ps_enc_ctxt, (IHEVCE_OUTPUT_DATA_Q + i4_bufque_id), out_buf_id); in ihevce_ent_coding_thrd() 610 &out_buf_id, in ihevce_ent_coding_thrd() 623 &out_buf_id, in ihevce_ent_coding_thrd() 650 (void *)ps_enc_ctxt, (IHEVCE_OUTPUT_DATA_Q + i4_bufque_id), out_buf_id); in ihevce_ent_coding_thrd() 696 WORD32 out_buf_id; in ihevce_entropy_encode_header() local 721 &out_buf_id, in ihevce_entropy_encode_header() [all …]
|
H A D | ihevce_frame_process.c | 2832 WORD32 out_buf_id; in ihevce_rc_close() local 2846 &out_buf_id, in ihevce_rc_close() 2867 out_buf_id, in ihevce_rc_close() 3505 … &ps_enc_ctxt->s_multi_thrd.out_buf_id[i4_enc_frm_id][i4_bitrate_ctr], in ihevce_enc_frm_proc_slave_thrd() 3717 WORD32 out_buf_id[IHEVCE_MAX_NUM_BITRATES]; in ihevce_enc_frm_proc_slave_thrd() local 3731 &out_buf_id[i], in ihevce_enc_frm_proc_slave_thrd() 3766 out_buf_id[i], in ihevce_enc_frm_proc_slave_thrd() 4347 ps_enc_ctxt->s_multi_thrd.out_buf_id[i4_enc_frm_id][i]); in ihevce_enc_frm_proc_slave_thrd() 4419 &ps_enc_ctxt->s_multi_thrd.out_buf_id[i4_enc_frm_id][i], in ihevce_enc_frm_proc_slave_thrd() 4693 ps_enc_ctxt->s_multi_thrd.out_buf_id[frm_id_ctr][i]); in ihevce_enc_frm_proc_slave_thrd() [all …]
|
H A D | ihevce_rc_structs.h | 399 WORD32 out_buf_id[MAX_NUM_ENC_LOOP_PARALLEL][IHEVCE_MAX_NUM_BITRATES]; //ELP_RC member
|
H A D | ihevce_enc_structs.h | 2562 WORD32 out_buf_id[MAX_NUM_ENC_LOOP_PARALLEL][IHEVCE_MAX_NUM_BITRATES]; member
|
H A D | ihevce_rc_interface.c | 4932 memcpy(&ps_rc_ctxt->out_buf_id[i4_enc_frm_id_rc][bit_rate_id], pout_buf_id, sizeof(WORD32)); in ihevce_rc_store_retrive_update_info() 4980 memcpy(pout_buf_id, &ps_rc_ctxt->out_buf_id[i4_enc_frm_id_rc][bit_rate_id], sizeof(WORD32)); in ihevce_rc_store_retrive_update_info()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 113 … glw::GLenum format, glw::GLenum type, glw::GLuint &out_buf_id); 118 glw::GLuint &out_buf_id); 1401 GLenum type, GLuint &out_buf_id) in prepareTex16x16x6() argument 1413 out_buf_id); in prepareTex16x16x6() 1437 GLuint &out_buf_id) in prepareTexture() argument 1521 gl.genBuffers(1, &out_buf_id); in prepareTexture() 1524 gl.bindBuffer(GL_TEXTURE_BUFFER, out_buf_id); in prepareTexture() 1544 gl.texBuffer(GL_TEXTURE_BUFFER, internal_format, out_buf_id); in prepareTexture() 3422 … FunctionalTest::prepareTexture(const targetDesc &desc, const GLubyte **pixels, GLuint &out_buf_id) in prepareTexture() argument 3431 pixels[0], out_buf_id); in prepareTexture() [all …]
|
H A D | gl4cCopyImageTests.hpp | 155 …Luint prepareTexture(const targetDesc &desc, const glw::GLubyte **pixels, glw::GLuint &out_buf_id); 231 …int prepareTexture(const testCase &test_case, const glw::GLubyte *pixels, glw::GLuint &out_buf_id);
|