Lines Matching refs:encoder
23 …_videoencodebitratemode) | Defines an enum for bit rate modes of a video encoder. (This type is de…
30 … { CBR = 0, VBR = 1, CQ = 2 } | Enumerates the bit rate modes of a video encoder. (This enum is de…
37 …r.md#oh_videoencoder_createbymime) (const char \*mime) | Creates a video encoder instance based on…
38 …coder_createbyname) (const char \*name) | Creates a video encoder instance based on an encoder nam…
39 …AVCodec \*codec) | Clears the internal resources of a video encoder and destroys the encoder insta…
40 …synchronous callback so that your application can respond to events generated by a video encoder.|
41 …synchronous callback so that your application can respond to events generated by a video encoder.|
42 … parameter callback so that your application can respond to events generated by a video encoder. |
43 …nfigure) (OH_AVCodec \*codec, OH_AVFormat \*format) | Configures a video encoder. Typically, you n…
44 …#oh_videoencoder_prepare) (OH_AVCodec \*codec) | Prepares internal resources for a video encoder.|
45 …r_start) (OH_AVCodec \*codec) | Starts a video encoder. This function can be called only after the…
46 …coder_Stop](_video_encoder.md#oh_videoencoder_stop) (OH_AVCodec \*codec) | Stops a video encoder.|
47 …OH_AVCodec \*codec) | Clears the input and output data in the internal buffer of a video encoder.|
48 …er_Reset](_video_encoder.md#oh_videoencoder_reset) (OH_AVCodec \*codec) | Resets a video encoder.|
49 …_AVCodec \*codec) | Obtains the description information about the output data of a video encoder.|
50 …ameter) (OH_AVCodec \*codec, OH_AVFormat \*format) | Sets dynamic parameters for a video encoder.|
51 …(OH_AVCodec \*codec, OHNativeWindow \*\*window) | Obtains the input surface from a video encoder.|
52 …freeoutputdata) (OH_AVCodec \*codec, uint32_t index) | Frees an output buffer of a video encoder.|
53 …_videoencoder_notifyendofstream) (OH_AVCodec \*codec) | Notifies a video encoder that input stream…
54 …___a_v_codec_buffer_attr.md) attr) | Pushes the input buffer filled with data to a video encoder.|
55 …H_AVCodec \*codec, uint32_t index) | Pushes the input buffer filled with data to a video encoder.|
56 …, uint32_t index) | Pushes the input buffer filled with the input parameters to a video encoder. |
57 …eeoutputbuffer) (OH_AVCodec \*codec, uint32_t index) | Frees an output buffer of a video encoder.|
58 …_getinputdescription) (OH_AVCodec \*codec) | Obtains the description received by a video encoder.|
59 …r_isvalid) (OH_AVCodec \*codec, bool \*isValid) | Checks whether a video encoder instance is valid…