Searched refs:out_buf_id (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/encoder/ |
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() 510 ps_curr_out->i4_buf_id = out_buf_id; in ihevce_ent_coding_thrd() 539 (void *)ps_enc_ctxt, (IHEVCE_OUTPUT_DATA_Q + i4_bufque_id), out_buf_id); in ihevce_ent_coding_thrd() 597 &out_buf_id, in ihevce_ent_coding_thrd() 610 &out_buf_id, in ihevce_ent_coding_thrd() 637 (void *)ps_enc_ctxt, (IHEVCE_OUTPUT_DATA_Q + i4_bufque_id), out_buf_id); in ihevce_ent_coding_thrd() 683 WORD32 out_buf_id; in ihevce_entropy_encode_header() local 708 &out_buf_id, in ihevce_entropy_encode_header() [all …]
|
D | ihevce_rc_structs.h | 399 WORD32 out_buf_id[MAX_NUM_ENC_LOOP_PARALLEL][IHEVCE_MAX_NUM_BITRATES]; //ELP_RC member
|
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() 3502 … &ps_enc_ctxt->s_multi_thrd.out_buf_id[i4_enc_frm_id][i4_bitrate_ctr], in ihevce_enc_frm_proc_slave_thrd() 3710 WORD32 out_buf_id[IHEVCE_MAX_NUM_BITRATES]; in ihevce_enc_frm_proc_slave_thrd() local 3724 &out_buf_id[i], in ihevce_enc_frm_proc_slave_thrd() 3759 out_buf_id[i], in ihevce_enc_frm_proc_slave_thrd() 4338 ps_enc_ctxt->s_multi_thrd.out_buf_id[i4_enc_frm_id][i]); in ihevce_enc_frm_proc_slave_thrd() 4410 &ps_enc_ctxt->s_multi_thrd.out_buf_id[i4_enc_frm_id][i], in ihevce_enc_frm_proc_slave_thrd() 4684 ps_enc_ctxt->s_multi_thrd.out_buf_id[frm_id_ctr][i]); in ihevce_enc_frm_proc_slave_thrd() [all …]
|
D | ihevce_enc_structs.h | 2552 WORD32 out_buf_id[MAX_NUM_ENC_LOOP_PARALLEL][IHEVCE_MAX_NUM_BITRATES]; member
|
D | ihevce_rc_interface.c | 4921 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() 4969 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()
|
/external/deqp/external/openglcts/modules/gl/ |
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);
|
D | gl4cCopyImageTests.cpp | 113 glw::GLenum format, glw::GLenum type, glw::GLuint& out_buf_id); 118 glw::GLuint& out_buf_id); 1366 GLenum type, GLuint& out_buf_id) in prepareTex16x16x6() argument 1378 out_buf_id); in prepareTex16x16x6() 1402 GLuint& out_buf_id) in prepareTexture() argument 1486 gl.genBuffers(1, &out_buf_id); in prepareTexture() 1489 gl.bindBuffer(GL_TEXTURE_BUFFER, out_buf_id); in prepareTexture() 1509 gl.texBuffer(GL_TEXTURE_BUFFER, internal_format, out_buf_id); in prepareTexture() 3394 … FunctionalTest::prepareTexture(const targetDesc& desc, const GLubyte** pixels, GLuint& out_buf_id) in prepareTexture() argument 3403 pixels[0], out_buf_id); in prepareTexture() [all …]
|