OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decodeSlice
(Results
1 - 10
of
10
) sorted by null
/hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG4.cpp
436
status =
decodeSlice
(data, picData);
437
CHECK_STATUS("
decodeSlice
");
444
Decode_Status VideoDecoderMPEG4::
decodeSlice
(vbp_data_mp42 *data, vbp_picture_data_mp42 *picData) {
VideoDecoderAVC.cpp
279
status =
decodeSlice
(data, picIndex, sliceIndex);
292
Decode_Status VideoDecoderAVC::
decodeSlice
(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
[
all
...]
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp
211
Decode_Status VideoDecoderAVCSecure::
decodeSlice
(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp
195
Decode_Status VideoDecoderAVCSecure::
decodeSlice
(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.cpp
205
Decode_Status VideoDecoderAVCSecure::
decodeSlice
(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp
461
status =
decodeSlice
(data, picIndex, sliceIndex);
717
Decode_Status VideoDecoderAVCSecure::
decodeSlice
(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.cpp
209
Decode_Status VideoDecoderAVCSecure::
decodeSlice
(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp
479
status =
decodeSlice
(data, picIndex, sliceIndex);
737
Decode_Status VideoDecoderAVCSecure::
decodeSlice
(vbp_data_h264 *data, uint32_t picIndex, uint32_t sliceIndex) {
/prebuilts/go/darwin-x86/src/encoding/gob/
decode.go
604
//
decodeSlice
decodes a slice and stores it in value.
606
func (dec *Decoder)
decodeSlice
(state *decoderState, value reflect.Value, elemOp decOp, ovfl error, helper decHelper) {
839
state.dec.
decodeSlice
(state, value, *elemOp, ovfl, helper)
[
all
...]
/prebuilts/go/linux-x86/src/encoding/gob/
decode.go
604
//
decodeSlice
decodes a slice and stores it in value.
606
func (dec *Decoder)
decodeSlice
(state *decoderState, value reflect.Value, elemOp decOp, ovfl error, helper decHelper) {
839
state.dec.
decodeSlice
(state, value, *elemOp, ovfl, helper)
[
all
...]
Completed in 2094 milliseconds