Lines Matching refs:encoder
22 ….md#oh_audioencoder_createbymime) (const char \*mime) | Creates an audio encoder instance based on…
23 …oder_createbyname) (const char \*name) | Creates an audio encoder instance based on an encoder nam…
24 …VCodec \*codec) | Clears the internal resources of an audio encoder and destroys the encoder insta…
25 …ynchronous callback so that your application can respond to events generated by an audio encoder.|
26 …figure) (OH_AVCodec \*codec, OH_AVFormat \*format) | Configures an audio encoder. Typically, you n…
27 …oh_audioencoder_prepare) (OH_AVCodec \*codec) | Prepares internal resources for an audio encoder.|
28 …encoder.md#oh_audioencoder_start) (OH_AVCodec \*codec) | Starts an audio encoder after it is prepa…
29 …oder_Stop](_audio_encoder.md#oh_audioencoder_stop) (OH_AVCodec \*codec) | Stops an audio encoder.|
30 …H_AVCodec \*codec) | Clears the input and output data in the internal buffer of an audio encoder.|
31 …r_Reset](_audio_encoder.md#oh_audioencoder_reset) (OH_AVCodec \*codec) | Resets an audio encoder.|
32 …AVCodec \*codec) | Obtains the description information about the output data of an audio encoder.|
33 …meter) (OH_AVCodec \*codec, OH_AVFormat \*format) | Sets dynamic parameters for an audio encoder.|
34 …__a_v_codec_buffer_attr.md) attr) | Pushes the input buffer filled with data to an audio encoder.|
35 …reeoutputdata) (OH_AVCodec \*codec, uint32_t index) | Frees an output buffer of an audio encoder.|
36 …bool \*isValid) | Checks whether an audio encoder instance is valid. This function is used to chec…